aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx/Makefile
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2014-10-02 12:05:58 +0000
committerRafał Miłecki <zajec5@gmail.com>2014-10-02 12:05:58 +0000
commit33a1027ab97f9dfde48da533ad8388ee3f79890b (patch)
treed9331972785c49d50b44fffb45a894eb0ace2597 /target/linux/bcm53xx/Makefile
parent0afdc1f958dc6381f8e78bc9cff08a4cfb657be2 (diff)
downloadmaster-187ad058-33a1027ab97f9dfde48da533ad8388ee3f79890b.tar.gz
master-187ad058-33a1027ab97f9dfde48da533ad8388ee3f79890b.tar.bz2
master-187ad058-33a1027ab97f9dfde48da533ad8388ee3f79890b.zip
bcm53xx: early buttons support (without interrupts)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42718 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx/Makefile')
-rw-r--r--target/linux/bcm53xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile
index 51b80dbb98..519b5a5530 100644
--- a/target/linux/bcm53xx/Makefile
+++ b/target/linux/bcm53xx/Makefile
@@ -25,6 +25,7 @@ endef
KERNELNAME:="zImage dtbs"
DEFAULT_PACKAGES += swconfig wpad-mini nvram \
+ kmod-gpio-button-hotplug \
kmod-leds-gpio kmod-ledtrig-default-on kmod-ledtrig-timer
$(eval $(call BuildTarget))