aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* kernel: fix usb-chipidea compilation with kernel <= 3.9Hauke Mehrtens2013-08-021-3/+3
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37658
* broadcom-diag: add support for the ASUS RT-N12Hauke Mehrtens2013-08-021-0/+20
| | | | | | | | | | This adds button and led info, which I determined by manually poking the gpio values. Signed-off-by: Josh Stone <cuviper@gmail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37655
* broadcom-diag: increase version numberHauke Mehrtens2013-08-021-1/+1
| | | | | | There are some changes in there and this should be rebuild. SVN-Revision: 37654
* mac80211: backport a few upstream fixesFelix Fietkau2013-08-022-10/+206
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37653
* kernel: load libphy before tg3Hauke Mehrtens2013-08-011-1/+1
| | | | SVN-Revision: 37651
* brcm47xx: improve detection of Linksys WRTSL54GSHauke Mehrtens2013-08-011-3/+2
| | | | | | | | This closes #13319 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37647
* gpio-button-hotplug: use gpio_button_get_value() to initialize last_state.John Crispin2013-08-011-1/+1
| | | | | | | | | | | TL-WR720N-v3 has a slider switch composed of 2 GPIO buttons which can be used to swtich between 3 positions. At leat 1 button is in pressed state in any of those positions. Initialize 'last_state' as 0 (released) will cause the device to automatically enter failsafe mode on every bootup. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 37643
* gpio-button-hotplug: use gpio_button_get_value() to fetch state.John Crispin2013-08-011-4/+1
| | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 37642
* gpio-button-hotplug: add inline function gpio_button_get_value().John Crispin2013-08-011-0/+9
| | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 37641
* broadcom-wl: fix compile error with kernel 3.10Hauke Mehrtens2013-07-312-2/+49
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37626
* mac80211: rt2x00: add missing of.h headerFelix Fietkau2013-07-291-1/+9
| | | | | | Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 37618
* ath9k: fix several issues in the tx queueing reworkFelix Fietkau2013-07-2911-107/+225
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37616
* mac80211: rt2x00: fix default register settings for rt5350John Crispin2013-07-291-33/+38
| | | | | | | | | Comparing the RTSDK driver and mac80211 revealed, that this register needs to have a special setup on rt5350. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37608
* mac80211: rt2x00: enable setting wifi led polarity from OFJohn Crispin2013-07-291-0/+26
| | | | | | | | | | | | | This patch enables setting the wifi led polarity from OF. It can be used in a DTS' wmac section like this: ralink,led-polarity = <1>; Valid values are 0 or 1. Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 37607
* rt2x00: merge fix for queue stoppingFelix Fietkau2013-07-291-0/+42
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37603
* mac80211: add support for verbose builds using V=scFelix Fietkau2013-07-291-0/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37597
* kernel: add usb-mxs-phy packageLuka Perkov2013-07-281-0/+17
| | | | SVN-Revision: 37580
* kernel: update usb-chipidea packageLuka Perkov2013-07-281-4/+6
| | | | SVN-Revision: 37579
* kernel: update usb2 packageLuka Perkov2013-07-281-2/+7
| | | | SVN-Revision: 37578
* strict_strtoul is obsolete, use kstrtoul insteadJohn Crispin2013-07-272-2/+2
| | | | | | | | based on http://patchwork.openwrt.org/patch/3827/ Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37562
* authsae: adapt uci scripts to use authsaeFelix Fietkau2013-07-261-6/+18
| | | | | | | | | | | | This patch modifies the uci scripts to be able to start meshd-nl80211 for encrypted mesh networks, therefor a new script (authsae.sh) is inserted. Signed-off-by: Emanuel Taube <emanuel.taube@gmail.com> [etienne.champetier@free.fr: just update mac80211.sh path] Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 37554
* kernel: be consistent with formatting styleLuka Perkov2013-07-2619-194/+231
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37545
* mac8021: add ath9k pcie id for AR9381John Crispin2013-07-251-0/+36
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37536
* kernel: ebtables depends on bridgeJonas Gorski2013-07-231-1/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37520
* lantiq: dont build ar10 driversJohn Crispin2013-07-221-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37500
* kernel: add a new global config symbol for enabling rfkill support (can be ↵Felix Fietkau2013-07-212-7/+2
| | | | | | | | enabled by default via target feature flag) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37491
* kernel: fix config breakage from removing the de4x5 tulip driverJonas Gorski2013-07-211-0/+1
| | | | | | | | | Properly define the config symbol to n so it doesn't break build for targets which do have it available (e.g. mostly everything except arm). Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37489
* kernel: fix kmod-crypto-hw-ppc4xx dependenciesFelix Fietkau2013-07-211-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37488
* kernel: add missing config symbol for the chipidea usb driverFelix Fietkau2013-07-211-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37487
* kernel: remove an exotic ethernet driver from the tulip package which does ↵Felix Fietkau2013-07-211-2/+0
| | | | | | | | not build on some platforms Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37486
* kernel: fix crypto-hw-talitos dependenciesGabor Juhos2013-07-201-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37485
* ath9k: add initial tx queueing rework patchesFelix Fietkau2013-07-2010-0/+1172
| | | | | | | | | This forces all packets (even for un-aggregated traffic) through software queues to improve fairness and stability Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37483
* kernel: fix kmod-fs-btrfs dependenciesHauke Mehrtens2013-07-191-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37466
* kernel: add fbdev.ko to kmod-fb on x86 dependenciesHauke Mehrtens2013-07-191-0/+5
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37460
* kernel: fix kmod-rtc-pcf8563 dependenciesHauke Mehrtens2013-07-192-2/+2
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37459
* kernel: package the usbmon moduleGabor Juhos2013-07-191-0/+13
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37458
* kernel: simplify kmod-crypto-misc dependenciesHauke Mehrtens2013-07-191-3/+2
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37448
* kernel: fix kmod-et131x dependenciesHauke Mehrtens2013-07-191-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37446
* kernel: fix usb-net-asix dependenciesHauke Mehrtens2013-07-191-0/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37445
* kernel: fix crypto-hw-geode dependenciesHauke Mehrtens2013-07-191-0/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37443
* kernel: fix crypto-hw-padlock dependenciesHauke Mehrtens2013-07-191-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37442
* kernel: fix syntax error in kmod-crypto-miscHauke Mehrtens2013-07-191-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37441
* kernel: add missing module for mmc-spiFelix Fietkau2013-07-191-2/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37440
* ltq-deu: add missing dependencyFelix Fietkau2013-07-191-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37439
* kernel: fix kmod-usb-chipideai syntaxHauke Mehrtens2013-07-191-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37438
* kernel: fix kmod-usb-chipideai dependenciesHauke Mehrtens2013-07-191-0/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37437
* kernel: remove gpio_buttonsJonas Gorski2013-07-191-18/+0
| | | | | | | | | | It hasn't been buildable for a long time, and there are no users of it anymore left as all of them have been switched to the upstream accepted version. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37436
* button-hotplug: add missing dependency on kmod-input-coreFelix Fietkau2013-07-191-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37429
* linux: fix platform dependency of kmod-usb2-fslJo-Philipp Wich2013-07-191-1/+1
| | | | SVN-Revision: 37428
* linux: kmod-ipt-filter depends on kmod-ipt-conntrackJo-Philipp Wich2013-07-191-1/+1
| | | | SVN-Revision: 37427