aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* disable VFPv4 probingFlorian Fainelli2012-09-181-0/+13
| | | | | | | This will make the kernel crash on systems using qemu < 1.1.0. Until fixed disable VPFv4 capability probing. SVN-Revision: 33458
* partially revert r33403Florian Fainelli2012-09-181-1/+1
| | | | | | The target CFLAGS were also accidentally changed SVN-Revision: 33457
* hostapd: update mirror md5sum for latest version (fixes #12208)Felix Fietkau2012-09-181-1/+1
| | | | SVN-Revision: 33456
* ar71xx: register the NAND flash controller device on DB120Gabor Juhos2012-09-176-14/+19
| | | | SVN-Revision: 33455
* ar71xx: ar934x_nfc: remove unused oob parameter of ar934x_nfc_send_readGabor Juhos2012-09-171-12/+8
| | | | SVN-Revision: 33454
* ar71xx: ar934x_nfc: increase DMA retry countGabor Juhos2012-09-171-1/+2
| | | | SVN-Revision: 33453
* ar71xx: ar934x_nfc: optimize READOOB operation on large page devicesGabor Juhos2012-09-171-6/+4
| | | | SVN-Revision: 33452
* ar71xx: ar934x_nfc: fix RNDOUT operationGabor Juhos2012-09-171-2/+6
| | | | SVN-Revision: 33451
* ar71xx: ar934x_nfc: fix READ{0,1} operation on large page devicesGabor Juhos2012-09-171-6/+9
| | | | SVN-Revision: 33450
* base-files: make file compare silent in migrate-sysctlJo-Philipp Wich2012-09-171-1/+1
| | | | SVN-Revision: 33449
* base-files: add uci-defaults script to migrate sysctl.conf (#12196)Jo-Philipp Wich2012-09-172-1/+18
| | | | SVN-Revision: 33448
* dir-825-b1: Fix wholeflash images: Attempting to flash a wholeflash ↵Daniel Dickinson2012-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). SVN-Revision: 33447
* ar71xx: add missing code for ar933x WMAC reset that was left out during the ↵Felix Fietkau2012-09-171-0/+31
| | | | | | ar71xx->ath79 migration, should fix wifi stability issues on ar933x SVN-Revision: 33446
* build: ensure that package/host-build build system code does not run in ↵Felix Fietkau2012-09-172-0/+4
| | | | | | parallel, fixes rare spurious parallel build failures SVN-Revision: 33445
* gcc: enable parallel buildsFelix Fietkau2012-09-154-3/+5
| | | | SVN-Revision: 33444
* binutils: enable parallel buildsFelix Fietkau2012-09-151-1/+3
| | | | SVN-Revision: 33443
* gdb: enable parallel buildsFelix Fietkau2012-09-151-4/+2
| | | | SVN-Revision: 33442
* tools/cmake: enable parallel buildsFelix Fietkau2012-09-151-0/+5
| | | | SVN-Revision: 33441
* tools/e2fsprogs: enable parallel buildsFelix Fietkau2012-09-151-0/+2
| | | | SVN-Revision: 33440
* tools/bison: enable parallel buildsFelix Fietkau2012-09-151-0/+2
| | | | SVN-Revision: 33439
* tools/flex: enable parallel buildsFelix Fietkau2012-09-151-0/+2
| | | | SVN-Revision: 33438
* tools/libelf: enable parallel buildsFelix Fietkau2012-09-151-1/+3
| | | | SVN-Revision: 33437
* tools/mpc: enable parallel buildsFelix Fietkau2012-09-151-0/+2
| | | | SVN-Revision: 33436
* tools/mpc: remove bogus configure overrideFelix Fietkau2012-09-151-9/+0
| | | | SVN-Revision: 33435
* tools/mpfr enable parallel buildsFelix Fietkau2012-09-151-0/+1
| | | | SVN-Revision: 33434
* tools/mpfr: remove bogus configure overrideFelix Fietkau2012-09-151-5/+0
| | | | SVN-Revision: 33433
* tools/gmp enable parallel buildsFelix Fietkau2012-09-151-0/+2
| | | | SVN-Revision: 33432
* tools/xz enable parallel buildsFelix Fietkau2012-09-151-1/+3
| | | | SVN-Revision: 33431
* tools/pkg-config: enable parallel buildsFelix Fietkau2012-09-151-0/+2
| | | | SVN-Revision: 33430
* tools/libtool: enable parallel buildsFelix Fietkau2012-09-151-0/+2
| | | | SVN-Revision: 33429
* tools/sed: enable parallel buildsFelix Fietkau2012-09-151-1/+3
| | | | SVN-Revision: 33428
* tools/m4: bypass a time consuming configure testFelix Fietkau2012-09-151-0/+2
| | | | SVN-Revision: 33427
* tools/m4: enable parallel buildsFelix Fietkau2012-09-151-0/+2
| | | | SVN-Revision: 33426
* netifd: prevent error in ifup if no /etc/config/wireless exists, properly ↵Jo-Philipp Wich2012-09-151-3/+7
| | | | | | handle wifi-iface sections which are part of multiple networks SVN-Revision: 33425
* opkg: add host and package parallel build supportFelix Fietkau2012-09-151-5/+6
| | | | SVN-Revision: 33424
* build: add jobserver support for host buildsFelix Fietkau2012-09-151-1/+7
| | | | SVN-Revision: 33423
* build: move the -j flag to package.mk instead of grabbing it from makeflags, ↵Felix Fietkau2012-09-152-2/+2
| | | | | | otherwise it occasionally gets omitted on full builds SVN-Revision: 33422
* kernel: suppress redundant calls to headers installationFelix Fietkau2012-09-151-1/+1
| | | | SVN-Revision: 33421
* kernel: remove the explicit kernel make call for "oldconfig prepare ↵Felix Fietkau2012-09-151-1/+0
| | | | | | scripts", the kernel build system has proper dependencies SVN-Revision: 33420
* hostapd: enable parallel buildFelix Fietkau2012-09-151-1/+3
| | | | SVN-Revision: 33419
* linux-atm: enable parallel buildsFelix Fietkau2012-09-151-2/+3
| | | | SVN-Revision: 33418
* libpcap: enable parallel buildsFelix Fietkau2012-09-151-0/+1
| | | | SVN-Revision: 33417
* dnsmasq: enable parallel buildsFelix Fietkau2012-09-151-0/+1
| | | | SVN-Revision: 33416
* ppp: enable parallel buildsFelix Fietkau2012-09-151-0/+1
| | | | SVN-Revision: 33415
* build: add a config option for passing the top-level make jobserver to ↵Felix Fietkau2012-09-153-3/+18
| | | | | | packages that have parallel build enabled, significantly improves parallelization and gets rid of CPU overcommit during intra-package parallel builds SVN-Revision: 33414
* ar71xx: fix WP543 image buildsFelix Fietkau2012-09-151-1/+1
| | | | SVN-Revision: 33413
* hostapd: add a config option for the inactivity timeoutFelix Fietkau2012-09-151-0/+4
| | | | SVN-Revision: 33412
* D-Link DAP-1350; Avoid bricking esw configJohn Crispin2012-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | This is a patch to connect eth0.1 (lan) to the only ethernet connector available. D-Link DAP-1350 goes bricked with AA 12.09-beta. This is because the current esw configuration for the board connects eth0.2 (wan) to the *ONE and ONLY* ethernet connector available, preventing initial access to the board through 192.168.1.1 on eth0.1 after flashing, effectively bricking the board. There are things that should be done to make this board really useful, but for AA 12.09, this one liner is indispensable. Signed of by Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 33411
* ramips/rt3883: fix a typo in the ASUS profileJohn Crispin2012-09-151-1/+1
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33410
* partially revert r33403Florian Fainelli2012-09-141-45/+88
| | | | SVN-Revision: 33409