summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* [bcm63xx] add support for HomeStation ADB P.DG A4001N.jogo2012-10-239-5/+149
| | | | | | | | | | Router: HomeStation ADB P.DG A4001N. 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@33893 3c298f89-4303-0410-b956-a3cf2f4a3e73
* scrips/metadata.pl: fix broken targets with subtargets being selectablejogo2012-10-221-0/+1
| | | | | | | | | | r26926 moved all target features to subtargets if present, which had the side effect that broken targets are available for selection, just without any available subtargets (since they are still marked as broken). Fix this by explicitly letting the top level target also depend on broken. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33892 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix operating state check on changing the channel bandwidth via debugfsnbd2012-10-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33891 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: correct image magic for grub2 imagesnbd2012-10-221-1/+1
| | | | | | | | | Sysupgrade broke on x86 when grub2 superceded grub. This patch corrects tha magic_word to be expected in grub2 combined images. Signed-off-by: Russell Senior <russell@personaltelco.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add back support for BCM6345 Ethernet DMA engineflorian2012-10-221-0/+509
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33889 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix clocks bits for BCM6345florian2012-10-221-0/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33888 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh 3.3 patchesflorian2012-10-213-13/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33887 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [bcm63xx] Add F@ST2604 board support.jogo2012-10-216-4/+74
| | | | | | | | Add Sagem F@ST2604 board support. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33886 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Makefile: add a check to bail out early when the path to the openwrt ↵nbd2012-10-211-0/+4
| | | | | | directory contains spaces (#12344) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33884 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: rw2458n - fix flash partsjuhosg2012-10-191-10/+1
| | | | | | | | | See #12338. Redwave rw2458 has uboot, not redboot. Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33867 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libevent2: move to trunk (required by lldpd), add myself as maintainerjow2012-10-191-0/+157
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33866 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add IKCONFIG module optionnbd2012-10-191-0/+15
| | | | | | | | | Add an option for building the configs.ko module which provides kernel configuration via /proc/config.gz Signed-off-by: Tim Harvey <tharvey@gateworks.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: disable 5GHz on the built in wireless mac of the TEW-69{1,2}GRjuhosg2012-10-192-0/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [licensing]: ocf-crypto-headers: Correct license infohcg2012-10-191-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* licensing: Add licensing metadata to many packageshcg2012-10-1930-0/+97
| | | | | | | | | | | | | | Two new variables are introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated. The licensing metadata is put into the bin/<platform>/packages/Packages file for later parsing. A script for that is on it's way! git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: fix compilation with eglibcjow2012-10-191-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33860 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes device cleanup and config reload ↵nbd2012-10-191-2/+2
| | | | | | issues when assigning a device to a different bridge git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33858 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sysfsutils: move to the correct directoryjow2012-10-192-0/+125
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update firmware from linux-firmwarehauke2012-10-181-19/+57
| | | | | | | | | | | * add firmware for some more intel wifi cards * use new firmware for some intel wifi cards * remove old firmware version for libertas when we also ship a more recent version * add rt3290.bin for rt2800-pci * use new firmware version for wl12xx, the old one is not supported by the driver any more git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33854 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix typo that broke specifying the phy name directly (deprecated)nbd2012-10-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33853 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: add profile and build image for the TEW-691GR boardjuhosg2012-10-182-0/+15
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33852 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: add user-space support for TEW-691GRjuhosg2012-10-185-0/+12
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33851 3c298f89-4303-0410-b956-a3cf2f4a3e73