summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [package]: switch: improve error messagehauke2012-09-191-4/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx]: update fix-boot patch.hauke2012-09-191-33/+7
| | | | | | | Do not change the code any more but use the kconfig options git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33463 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx]: update gpio patcheshauke2012-09-193-149/+124
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33462 3c298f89-4303-0410-b956-a3cf2f4a3e73
* binutils: backport ld patch to fix ARM specific issues with --gc-sectionsnbd2012-09-191-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33461 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix a typo in TEW-637GRU image namesjuhosg2012-09-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33460 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: revert DIR-825-B1 wholeflash image support.juhosg2012-09-189-262/+2
| | | | | | | | | | It should be implemmented in a cleaner way. This reverts the following commits: [ar71xx] dir-825-b1: Fix wholeflash images [ar71xx] dir825b1: Add image for DIR-825-B1 that uses the whole flash" git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33459 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [realview] disable VFPv4 probingflorian2012-09-181-0/+13
| | | | | | | This will make the kernel crash on systems using qemu < 1.1.0. Until fixed disable VPFv4 capability probing. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33458 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [realview] partially revert r33403florian2012-09-181-1/+1
| | | | | | The target CFLAGS were also accidentally changed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33457 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update mirror md5sum for latest version (fixes #12208)nbd2012-09-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33456 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: register the NAND flash controller device on DB120juhosg2012-09-176-14/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33455 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: ar934x_nfc: remove unused oob parameter of ar934x_nfc_send_readjuhosg2012-09-171-12/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33454 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: ar934x_nfc: increase DMA retry countjuhosg2012-09-171-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33453 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: ar934x_nfc: optimize READOOB operation on large page devicesjuhosg2012-09-171-6/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33452 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: ar934x_nfc: fix RNDOUT operationjuhosg2012-09-171-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33451 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: ar934x_nfc: fix READ{0,1} operation on large page devicesjuhosg2012-09-171-6/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33450 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: make file compare silent in migrate-sysctljow2012-09-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33449 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: add uci-defaults script to migrate sysctl.conf (#12196)jow2012-09-172-1/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33448 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] dir-825-b1: Fix wholeflash images: Attempting to flash a wholeflash ↵cshore2012-09-179-33/+87
| | | | | | (-openwrt) image from the normal image would brick (but recoverable via emergency flash) the router if the wholeflash image was larger than the maximum size for a normal image. First we rename the -openwrt images to -wholeflash since -openwrt is really too generic. We also revert the changes to the regular dir-825-b1 image, which now is the same as before, but add a -towholeflash image which is almost the same as the regular dir-825-b1 image, but copies caldata to new location and allows flashing of images that use the full flash (except u-boot, u-boot-env, and caldata paritition space) (these are the -wholeflash images). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33447 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add missing code for ar933x WMAC reset that was left out during the ↵nbd2012-09-171-0/+31
| | | | | | ar71xx->ath79 migration, should fix wifi stability issues on ar933x git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33446 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: ensure that package/host-build build system code does not run in ↵nbd2012-09-172-0/+4
| | | | | | parallel, fixes rare spurious parallel build failures git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33445 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: enable parallel buildsnbd2012-09-154-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33444 3c298f89-4303-0410-b956-a3cf2f4a3e73
* binutils: enable parallel buildsnbd2012-09-151-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33443 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gdb: enable parallel buildsnbd2012-09-151-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33442 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/cmake: enable parallel buildsnbd2012-09-151-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33441 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/e2fsprogs: enable parallel buildsnbd2012-09-151-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33440 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/bison: enable parallel buildsnbd2012-09-151-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/flex: enable parallel buildsnbd2012-09-151-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/libelf: enable parallel buildsnbd2012-09-151-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33437 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/mpc: enable parallel buildsnbd2012-09-151-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33436 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/mpc: remove bogus configure overridenbd2012-09-151-9/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33435 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/mpfr enable parallel buildsnbd2012-09-151-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33434 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/mpfr: remove bogus configure overridenbd2012-09-151-5/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33433 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/gmp enable parallel buildsnbd2012-09-151-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33432 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/xz enable parallel buildsnbd2012-09-151-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33431 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/pkg-config: enable parallel buildsnbd2012-09-151-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33430 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/libtool: enable parallel buildsnbd2012-09-151-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33429 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/sed: enable parallel buildsnbd2012-09-151-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33428 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/m4: bypass a time consuming configure testnbd2012-09-151-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33427 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/m4: enable parallel buildsnbd2012-09-151-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33426 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] netifd: prevent error in ifup if no /etc/config/wireless exists, ↵jow2012-09-151-3/+7
| | | | | | properly handle wifi-iface sections which are part of multiple networks git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* opkg: add host and package parallel build supportnbd2012-09-151-5/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33424 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: add jobserver support for host buildsnbd2012-09-151-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33423 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: move the -j flag to package.mk instead of grabbing it from makeflags, ↵nbd2012-09-152-2/+2
| | | | | | otherwise it occasionally gets omitted on full builds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33422 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: suppress redundant calls to headers installationnbd2012-09-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33421 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove the explicit kernel make call for "oldconfig prepare ↵nbd2012-09-151-1/+0
| | | | | | scripts", the kernel build system has proper dependencies git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: enable parallel buildnbd2012-09-151-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux-atm: enable parallel buildsnbd2012-09-151-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33418 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libpcap: enable parallel buildsnbd2012-09-151-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dnsmasq: enable parallel buildsnbd2012-09-151-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppp: enable parallel buildsnbd2012-09-151-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33415 3c298f89-4303-0410-b956-a3cf2f4a3e73