aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kernel: enable perf events when enabling profiling, fixes oprofile on armFelix Fietkau2012-09-202-0/+6
| | | | SVN-Revision: 33497
* deactivate mips wait instruction for MIPS 74K on Broadcom SoCsHauke Mehrtens2012-09-201-0/+12
| | | | | | | | | When not removing support for the wait instruction, when ruining on the BCM4706 SoC the system stops after msleep() without an exception. I haven't seen this problem on the other Broadcom SoCs with a 74K CPU, but in the Broadcom SDK it is deactivated for all CPUs of this type. SVN-Revision: 33496
* cns3xxx: remove the broken flagFelix Fietkau2012-09-191-1/+1
| | | | SVN-Revision: 33493
* cns3xxx: fix kernel configFelix Fietkau2012-09-191-17/+6
| | | | SVN-Revision: 33492
* cns3xxx: fix ethernet jumbo-frame support, use single-page rx buffers and ↵Felix Fietkau2012-09-191-0/+317
| | | | | | skb fragment lists SVN-Revision: 33491
* cns3xxx: fix ethernet tx checksum offloadFelix Fietkau2012-09-191-0/+89
| | | | SVN-Revision: 33490
* cns3xxx: merge ethernet driver changes from gateworksFelix Fietkau2012-09-191-230/+258
| | | | SVN-Revision: 33489
* cns3xxx: build images for the old boot loader and the new one (default to ↵Felix Fietkau2012-09-191-2/+8
| | | | | | the new one) SVN-Revision: 33488
* cns3xxx: fix the ethernet driver makefileFelix Fietkau2012-09-191-1/+1
| | | | SVN-Revision: 33487
* cns3xxx: reorganize patches, fix pcie io space init orderFelix Fietkau2012-09-197-114/+120
| | | | SVN-Revision: 33486
* cns3xxx: move virtual io addresses to vmalloc space to fix kernel BUG() callsFelix Fietkau2012-09-195-10/+208
| | | | SVN-Revision: 33485
* cns3xxx: add missing callbacks for the laguna machine supportFelix Fietkau2012-09-194-4/+7
| | | | SVN-Revision: 33484
* fuse: remove now redundant dependency on +USE_EGLIBC:librtJo-Philipp Wich2012-09-191-1/+1
| | | | SVN-Revision: 33482
* make packages depend on +librt and +libpthread by default if eglibc is in useJo-Philipp Wich2012-09-191-1/+3
| | | | SVN-Revision: 33480
* gdb: gdbserver package dependency fix (#11179)Florian Fainelli2012-09-191-0/+4
| | | | | | | | | | | | | | | | | In the current trunk, gdbserver is not building anymore (with EGLIBC 2.15 selected) due to a missing dependency: Package gdbserver is missing dependencies for the following libraries: libthread_db.so.1 In order to fix it, the system shared lib libthread_db.so.1 is copied from the toolchain lib dir into the gdb package target structure (/usr/lib) to pass the dependency checks. This patch was (quickly) reviewed by Paul Fertser on IRC. Signed-off-by: xxiao <xxiao@fosiao.com> Signed-off-by: Matthieu Boujonnier <openwrt-devel@metaverse.fr> SVN-Revision: 33479
* uClibc: fix uClibc implementation of eventfdFlorian Fainelli2012-09-191-0/+59
| | | | | | | | | | | | | | | uClibc declares eventfd() as taking two arguments but doesn't properly pass the second argument to the kernel. The problem is discussed at: http://lists.uclibc.org/pipermail/uclibc/2012-May/046873.html This patch is taken from uclibc 0.9.33 git, so will presumably be integrated in any future releases. Signed-off-by: Andy Leiserson <andy@leiserson.org> SVN-Revision: 33478
* base-files: release an attached loop device on umountingFlorian Fainelli2012-09-192-2/+2
| | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 33477
* fuse: Add librt to fuse to build with eglibcFlorian Fainelli2012-09-191-2/+2
| | | | | | Signed-off-by: xxiao <xxiao@fosiao.com> SVN-Revision: 33476
* busybox: add support for CHECKSUM_PARTIAL to udhcpcFlorian Fainelli2012-09-192-1/+88
| | | | | | | | | | | When running as KVM or Xen guest, packets may be received with incomplete checksum[1]. Patch adopted from Fedora dhcp package. [1]. http://article.gmane.org/gmane.linux.kernel/1003853 Signed-off-by: Alexey I. Froloff <raorn@raorn.name> SVN-Revision: 33475
* brcm47xx/profiles/PS-1208MFG: remove reference to non-existing packageFlorian Fainelli2012-09-191-1/+1
| | | | | | | | The package block-hotplug doesn't exist, refer to block-mount instead. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33474
* omap24xx/profiles/n810: remove reference to non-existing packageFlorian Fainelli2012-09-191-1/+1
| | | | | | | | The package block-hotplug doesn't exist, removing reference to it. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33473
* mac80211: remove ep93xx target from blacklist.Florian Fainelli2012-09-191-1/+1
| | | | SVN-Revision: 33465
* switch: improve error messageHauke Mehrtens2012-09-191-4/+9
| | | | SVN-Revision: 33464
* update fix-boot patch.Hauke Mehrtens2012-09-191-33/+7
| | | | | | Do not change the code any more but use the kconfig options SVN-Revision: 33463
* update gpio patchesHauke Mehrtens2012-09-193-149/+124
| | | | SVN-Revision: 33462
* binutils: backport ld patch to fix ARM specific issues with --gc-sectionsFelix Fietkau2012-09-191-0/+12
| | | | SVN-Revision: 33461
* ar71xx: fix a typo in TEW-637GRU image namesGabor Juhos2012-09-181-1/+1
| | | | SVN-Revision: 33460
* ar71xx: revert DIR-825-B1 wholeflash image support.Gabor Juhos2012-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" SVN-Revision: 33459
* 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