summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gettext-full: always use shipped libcroco, unbreaks build if a different ↵Jo-Philipp Wich2013-07-011-1/+1
| | | | | | | | libcroco is installed on the host (#12539) Based on patch from Joerg Hollmann <Joerg.Hollmann@t-online.de> SVN-Revision: 37115
* hostapd: truncate default mac file before adding entries to it (#13797)Jo-Philipp Wich2013-07-012-1/+3
| | | | SVN-Revision: 37114
* ramips: update wlan firmware hotplug script for new eeprom sizeFelix Fietkau2013-06-301-7/+7
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37112
* hostapd: fix multi-ssid and AP+STA, clean up codeFelix Fietkau2013-06-307-47/+98
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37111
* hostapd: update to latest git versionFelix Fietkau2013-06-3027-197/+231
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37110
* rt2x00: fix rf id override for RT5350Felix Fietkau2013-06-301-9/+5
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37109
* prereq-build: check for "bc" (#13767)Florian Fainelli2013-06-301-0/+4
| | | | | | | | | bc is required by the kernel to compute timeconsts files, add bc to the list of prereq to build OpenWrt. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37108
* buildroot: filter out dtbs KERNELNAME target (#13785)Florian Fainelli2013-06-301-1/+1
| | | | | | | | | Do not attempt to copy arch/$(LINUX_KARCH)/boot/dtbs because these are not real files, fixes #13785. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37107
* busybox: disable the watchdog utility by default (procd handles watchdog ↵Felix Fietkau2013-06-301-1/+1
| | | | | | | | devices) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37106
* mac80211: use a new tarball with updated backport codeFelix Fietkau2013-06-301-2/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37105
* kernel: update linux 3.9 to 3.9.8Jonas Gorski2013-06-30103-1111/+196
| | | | | | | | Includes memory allocation fixes as well as several networking fixes. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37103
* brcm63xx: Fixes and additions to the GPIO assignment of Huawei HW556 ledsJonas Gorski2013-06-303-11/+125
| | | | | | | | | | | - Some fixes for the incorrect GPIO assignment of leds on Huawei HW556. - Addition of unassigned (LAN) leds which can be found on the back of the device. Signed-off-by: Angga Reza Fardana <angga@norture.com> Patchwork: http://patchwork.openwrt.org/patch/3744/ Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37102
* bcm63xx: Improve CFE version mod patch.Jonas Gorski2013-06-309-17/+33
| | | | | | | | | | | | Fix "cfe-" string length copy. Check if there's an extra byte a.b.c-d.e / a.b.c-d.e-f. Add support for Huawei CFE versions ("cfe-vd"). Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3766/ Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37101
* bcm63xx: enable all SoCs for both subtargetsJonas Gorski2013-06-304-25/+18
| | | | | | | | Now that SMP kernels also work on older SoCs, also enable them for SMP. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37100
* bcm63xx: make smp kernels boot on older SoCsJonas Gorski2013-06-3021-7/+953
| | | | | | | | Enhance BMIPS support so SMP kernels work on older chips. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37099
* bcm63xx: update patchesJonas Gorski2013-06-3097-1047/+1707
| | | | | | | | Update patches with their upstream versions. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37098
* mac80211: update to wireless-testing 2013-06-27, fix ATH_USER_REGD handlingFelix Fietkau2013-06-3031-353/+799
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37097
* uClibc: use position independent code for crt1, slightly reduces size of all ↵Felix Fietkau2013-06-301-0/+11
| | | | | | | | executables Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37096
* gcc: add a patch to get rid of useless java class sectionsFelix Fietkau2013-06-304-0/+44
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37095
* binutils: stop generating the useless _DYNAMIC_LINKING symbol on mipsFelix Fietkau2013-06-302-0/+36
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37094
* binutils: remove some unused obsolete versionsFelix Fietkau2013-06-3018-62155/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37093
* depend on libuboxMirko Vogt2013-06-291-1/+1
| | | | SVN-Revision: 37092
* metadata.pl: fixpath exclusion of kernel packagesJohn Crispin2013-06-291-1/+1
| | | | | | | | module and build deps did not work for kernel modules Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37091
* gpio-button-hotplug: improve gpio button debouncing, verify state changes ↵Felix Fietkau2013-06-291-6/+8
| | | | | | | | over multiple polls. fixes spurious failsafe triggers (#13784) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37090
* lantiq: add v3.9 supportJohn Crispin2013-06-2925-0/+13565
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37089
* ubox: add support for delay_root optionJohn Crispin2013-06-291-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37088
* lantiq: Add support for loading athxk eeproms through mtdJohn Crispin2013-06-292-31/+85
| | | | | | | | | | | This patch enables retrieving the wifi calibration data from an MTD partition. Try to copy mac address from ethernet before generating a random one. This fixes DGN3500 ath9k support. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 37087
* lantiq: fix kernel config for DEU supportJohn Crispin2013-06-291-0/+2
| | | | | | | | | Trying to load the DEU modules results in unresolved symbols. This provides them. This requires the previous patch to be applied first. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 37086
* lantiq: make xrx200 network driver use a tasklet for rx housekeepingJohn Crispin2013-06-291-32/+40
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37085
* lantiq: remove 3.7 kernel patchesJohn Crispin2013-06-2941-14759/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37084
* firewall: update to git headJo-Philipp Wich2013-06-291-2/+2
| | | | | | - uses custom formatting for mac addresses to ensure leading zeroes, required for older iptables mac match parser SVN-Revision: 37082
* ath9k: fix tx queue pending frame counter when dropping packetsFelix Fietkau2013-06-291-0/+95
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37081
* ramips: unbreak initramfs generationJohn Crispin2013-06-291-7/+7
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37080
* targets: fix remaining targets for initramfs buildsFlorian Fainelli2013-06-285-11/+22
| | | | | | | | Fix some bugs that slipped through while making initramfs non exclusive. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37079
* mac80211: fix cck rate sampling in minstrel_htFelix Fietkau2013-06-281-0/+22
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37078
* ubox: update to latest git revisionJohn Crispin2013-06-281-2/+2
| | | | | | | | fixes a endianess bug inside the uuid code Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37077
* e2fsprogs: change the so-version of libcom_err to prevent conflicts, move it ↵Felix Fietkau2013-06-282-17/+19
| | | | | | | | into the libext2fs package, get rid of the pthread dependency Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37076
* e2fsprogs: allow mklibs to strip libext2fs.soFelix Fietkau2013-06-281-0/+5
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37075
* ubus: fix ubus lua binding duplicationFelix Fietkau2013-06-281-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37074
* kernel: add global menuconfig option to enable kexec supportFelix Fietkau2013-06-287-0/+9
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37073
* kexec-tools: reduce sizeFelix Fietkau2013-06-282-0/+39
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37072
* kexec-tools: make zlib support optional, but enabled by defaultFelix Fietkau2013-06-282-2/+10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37071
* e2fsprogs: disable library installationFelix Fietkau2013-06-281-11/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37070
* orion: disable normal router support for the harddisk subtargetFelix Fietkau2013-06-281-0/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37069
* orion: disable CONFIG_VM_EVENT_COUNTERS by defaultFelix Fietkau2013-06-281-1/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37068
* e2fsprogs: disable testio debug to reduce code sizeFelix Fietkau2013-06-281-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37067
* e2fsprogs: use -ffunction-sections, -fdata-sections, --gc-sectionsFelix Fietkau2013-06-281-1/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37066
* e2fsprogs: use the private version of blkid statically, it is significantly ↵Felix Fietkau2013-06-281-2/+3
| | | | | | | | smaller than the external shared libblkid Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37065
* mdadm: strip support for intel/ddf hardware raid to significantly reduce ↵Felix Fietkau2013-06-281-0/+25
| | | | | | | | code size Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37064
* mdadm: remove mdassemble, it is redundantFelix Fietkau2013-06-281-2/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37063