diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-27 19:37:59 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-27 19:37:59 +0000 |
commit | 41b5fcad6d7a755194b4efeb769a9f1e26943cc3 (patch) | |
tree | 2c5e9c926e8d6d84e546547d25d8282118b47af3 /target/linux/ar71xx/Makefile | |
parent | d946336b61aaef3ac9f1c994ea6d4f66b14e05e2 (diff) | |
download | upstream-41b5fcad6d7a755194b4efeb769a9f1e26943cc3.tar.gz upstream-41b5fcad6d7a755194b4efeb769a9f1e26943cc3.tar.bz2 upstream-41b5fcad6d7a755194b4efeb769a9f1e26943cc3.zip |
ar71xx: use modules for LED triggers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31107 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/Makefile')
-rw-r--r-- | target/linux/ar71xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 30610f8c6f..589c1574b8 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -19,6 +19,7 @@ include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ kmod-leds-gpio kmod-gpio-button-hotplug kmod-wdt-ath79 swconfig \ + kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev \ kmod-ath9k wpad-mini uboot-envtools define Target/Description |