diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-02 15:07:39 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-02 15:07:39 +0000 |
commit | eeb604beb90e9291fc93a3017b1ec40458755f9d (patch) | |
tree | 2a15fdedaad1b7b2f8c7bd6cba7eaa1832ee37ab /target/linux/adm5120/Makefile | |
parent | 3707e6c11c34af642b2512eb4dfc66b446bbdc09 (diff) | |
download | upstream-eeb604beb90e9291fc93a3017b1ec40458755f9d.tar.gz upstream-eeb604beb90e9291fc93a3017b1ec40458755f9d.tar.bz2 upstream-eeb604beb90e9291fc93a3017b1ec40458755f9d.zip |
adm5120: add kmod-leds-gpio and kmod-ledtrig-adm5120-switch to the default packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19001 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/Makefile')
-rw-r--r-- | target/linux/adm5120/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/adm5120/Makefile b/target/linux/adm5120/Makefile index bcafec0b77..8bd1eb11a5 100644 --- a/target/linux/adm5120/Makefile +++ b/target/linux/adm5120/Makefile @@ -16,6 +16,7 @@ INITRAMFS_EXTRA_FILES:= include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += admswconfig hostapd-mini kmod-input-core \ - kmod-input-polldev kmod-input-gpio-buttons kmod-button-hotplug + kmod-input-polldev kmod-input-gpio-buttons kmod-button-hotplug \ + kmod-leds-gpio kmod-ledtrig-adm5120-switch $(eval $(call BuildTarget)) |