diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-03 18:14:02 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-03 18:14:02 +0000 |
commit | 2ab76d88fa78c4013454747984163cb7ade553b6 (patch) | |
tree | 58a89fb8d0bc425c7efd1f3a5e1798f3d6793a04 /target/linux/x86/net5501 | |
parent | 64dd078534545a6c43ce6f4af60645f8dfbdadc6 (diff) | |
download | upstream-2ab76d88fa78c4013454747984163cb7ade553b6.tar.gz upstream-2ab76d88fa78c4013454747984163cb7ade553b6.tar.bz2 upstream-2ab76d88fa78c4013454747984163cb7ade553b6.zip |
[PATCHv2 1/1] net5501: backport drivers from linux-next
Backport net5501 platform driver from 3.4.
Remove vestiges of old (pre-2.6.30) leds-net5501.c driver.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30021 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/net5501')
-rw-r--r-- | target/linux/x86/net5501/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/net5501/target.mk b/target/linux/x86/net5501/target.mk index f92496ee26..7afc1da4ba 100644 --- a/target/linux/x86/net5501/target.mk +++ b/target/linux/x86/net5501/target.mk @@ -15,7 +15,7 @@ DEFAULT_PACKAGES += kmod-crypto-hw-geode kmod-crypto-ocf \ kmod-mppe kmod-pppoe kmod-pppoa kmod-pppo2ltp \ kmod-ath kmod-ath5k kmod-ath9k \ kmod-leds-gpio kmod-input-gpio-keys-polled \ - kmod-button-hotplug kmod-leds-net5501 \ + kmod-button-hotplug \ kmod-ledtrig-heartbeat kmod-ledtrig-gpio \ kmod-ledtrig-netdev \ kmod-cpu-msr \ |