summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ar71xx: add ath79_wmac_disable_[25]ghz helpersjuhosg2012-10-271-0/+31
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33955 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: allow to disable [25]GHz support in ath9k via platform datajuhosg2012-10-272-0/+73
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: use mtd_read in myloader parserjuhosg2012-10-271-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33952 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use mtd_read in wrt160nl_partjuhosg2012-10-271-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33951 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use mtd_read in tplinkpartjuhosg2012-10-271-4/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33950 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: generate 4,8,16M images for the WPE72juhosg2012-10-271-1/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33949 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: swconfig: use led_set_brightness in LED control codejuhosg2012-10-262-2/+13
| | | | | | | | | | | The 'led_brightness_set' function has been renamed to 'led_set_brightness' in recent ernels. Use the new name and add a compatibility patch for 3.3. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33946 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: add missing symbols for 3.6juhosg2012-10-261-0/+21
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33945 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: reject TP-Link images containing a bootloaderjuhosg2012-10-261-0/+12
| | | | | | | | | | | | The original TP-Link firmware images can be flashed via the sysupgrade command, however those may contain a bootloader. Flashing such an image via sysupgrade bricks the board, and it can't be recovered without a serial console. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33944 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: use correct key code for the RFKILL switch on the TEW-691GRjuhosg2012-10-261-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33943 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [malta] add 3.6 kernel configurationflorian2012-10-261-0/+304
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33942 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add missing 6345 clock bits patch to 3.6 patchesflorian2012-10-261-0/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33941 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add some more 3.6 config symbolsflorian2012-10-261-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33940 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a stale bf->bf_next pointer, potentially leading to double-free ↵nbd2012-10-251-0/+18
| | | | | | errors and "Failed to stop Tx DMA" errors git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33938 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: refresh patchnbd2012-10-251-10/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33937 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add preliminary support for 3.6 kernelflorian2012-10-25105-0/+12641
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33936 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: check for .ELF header in partition parserhauke2012-10-251-2/+8
| | | | | | | | | | | | | The image format for the wgt634u is different from the normal format. Without this patch the partition parser detects a 128kb bigger partition after every update. This closes #11420 Thank you b.sander for the patch. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33935 3c298f89-4303-0410-b956-a3cf2f4a3e73
* b43-tools: get rid of the libfl dependency to fix build errors on mac os xnbd2012-10-252-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33934 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: add md5sum for acx-mac80211 file, to download it from the mirror.hauke2012-10-251-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33933 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add md5sum for linux-firmware file, to download it from the mirror.hauke2012-10-251-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* b43-tools: fix md5sumhauke2012-10-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33931 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update carl9170 firmwarehauke2012-10-251-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33930 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add PCI id 14e4:4350 to ssbhauke2012-10-254-0/+58
| | | | | | | | * 14e4:4350 is found on a Broadcom BCM43222. * remove some warnings when using a BCM43222. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33929 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a few missing config symbols for x86. added to generic config ↵nbd2012-10-252-0/+8
| | | | | | because of dependencies, so that kernel_menuconfig does not remove them again git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33923 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: refresh config files using kconfig.plnbd2012-10-252-127/+123
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33922 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix the pcspkr module, add proper dependencies, add the actual sound ↵nbd2012-10-251-15/+21
| | | | | | module git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33921 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update bcma and ssb to master-2012-10-18 from wireless-testinghauke2012-10-2541-3564/+4589
| | | | | | | | * update the flash driver for bcm47xx to use the stubs already in bcma * do some misc enhancements to the flash drivers for bcm47xx git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33920 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: merge some pending fixes (fixes assoc errors when moving between ↵nbd2012-10-252-1/+43
| | | | | | vaps of the same wifi device) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33919 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix Ethernet DMA for 636x and 6328 after r33916florian2012-10-251-12/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33918 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for the Dynalink RTA770BW boardflorian2012-10-242-2/+66
| | | | | | This board id is used by the Siemens Gigaset SE515 router. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33917 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] make BCM6345 Ethernet DMA changes runtime checksflorian2012-10-241-261/+510
| | | | | | | The semantics of the DMA engine are identical, we just have a couple of special case handling. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33916 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] ARM: fix XZ decompressor stub build failure on strstr()florian2012-10-241-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33915 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] fixup generic 3.6 kernel configflorian2012-10-241-2925/+3247
| | | | | | It was not meant to be committed as-is in r33911 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33914 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] fix IFF_NO_IP_ALIGN bitmask to contain only 1 bit setflorian2012-10-241-1/+1
| | | | | | This issue got introduced while porting the patch over 3.6 in r33897 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33913 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] make all 3.6 patches apply and buildflorian2012-10-24104-806/+4209
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33911 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uclibc++: make it depend on INSTALL_LIBSTDCPPflorian2012-10-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33910 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ncurses: build C++ bindings only our toolchain supports C++florian2012-10-241-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33909 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] make CXX_DEPENDS also depend on INSTALL_LIBSTDCPPflorian2012-10-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33908 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] hide C++ standard library selection behind INSTALL_LIBSTDCPPflorian2012-10-241-12/+13
| | | | | | | If our toolchain is not configured to support C++, it is pointless choosing a particular C++ standard library implementation. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33907 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] swconfig: get rid of the NLA_PUT_* macrosflorian2012-10-241-17/+33
| | | | | | | Upstream kernel 3.6 has removed this usage, use the plain functions directly as intended. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] netfilter: ip_queue has been removed in 3.6florian2012-10-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33905 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] i2c muxes modules have a different prefix since 3.5florian2012-10-241-2/+6
| | | | | | Kernel 3.5 started prefixing i2c muxes modules with i2c-mux-, account for that git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33904 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: the camellia module name has changed in kernel 3.4florian2012-10-241-1/+4
| | | | | | | With the support for architecture optimized camellia routines, the original camellia module got renamed to camellia_generic, account for that. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33903 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ltq-dsl-app: fix offline postinstall for dsl_controljow2012-10-232-5/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33901 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux-atm: fix offline postinstall for br2684ctljow2012-10-232-5/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33900 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: allow both old and new grub signatures in sysupgradejow2012-10-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33898 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic]: linux 3.6 support (work in progress)kaloz2012-10-23144-0/+65306
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33897 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: move the bcma fallback sprom fix to genericjogo2012-10-231-0/+0
| | | | | | bcm63xx needs the bcma fallback sprom fix, too. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33896 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [bcm63xx] add support for Comtrend AR5381u.jogo2012-10-239-5/+96
| | | | | | | | | | Router: Comtrend AR5381u. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: fix subject, indentation in patch] Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33895 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [bcm63xx] add support for Comtrend AR5387un.jogo2012-10-239-5/+102
| | | | | | | | | | Router: Comtrend AR5387un. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: fix subject, indentation in patch] Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33894 3c298f89-4303-0410-b956-a3cf2f4a3e73