diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-04-07 10:44:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-04-07 10:44:52 +0000 |
commit | c08c8242182c2a8a3f026f27948221f7205cc657 (patch) | |
tree | 336f816d2b10a2c7746beff8dfb2409806c0b46e /target/linux/ar71xx/Makefile | |
parent | d0973094c93b20dac338ba126095aa5b5d45d734 (diff) | |
download | upstream-c08c8242182c2a8a3f026f27948221f7205cc657.tar.gz upstream-c08c8242182c2a8a3f026f27948221f7205cc657.tar.bz2 upstream-c08c8242182c2a8a3f026f27948221f7205cc657.zip |
ar71xx: move some always-used led related functionality from kmod packages to the kernel image
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40413 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/Makefile')
-rw-r--r-- | target/linux/ar71xx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index fe54a52343..25c51c33ef 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -18,8 +18,7 @@ LINUX_VERSION:=3.10.34 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ - kmod-leds-gpio kmod-gpio-button-hotplug swconfig \ - kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev \ + kmod-gpio-button-hotplug swconfig \ kmod-ath9k wpad-mini uboot-envtools $(eval $(call BuildTarget)) |