diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-10-02 12:05:58 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2014-10-02 12:05:58 +0000 |
commit | 28301ea0b1deedc38353194ecee0e703f6ee6d96 (patch) | |
tree | 2582cecb0114434cfa06f1889b207928410a6c77 /target/linux/bcm53xx/Makefile | |
parent | bd12c49473de6eb6e36451e261a3e09f9bb80aa4 (diff) | |
download | upstream-28301ea0b1deedc38353194ecee0e703f6ee6d96.tar.gz upstream-28301ea0b1deedc38353194ecee0e703f6ee6d96.tar.bz2 upstream-28301ea0b1deedc38353194ecee0e703f6ee6d96.zip |
bcm53xx: early buttons support (without interrupts)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42718
Diffstat (limited to 'target/linux/bcm53xx/Makefile')
-rw-r--r-- | target/linux/bcm53xx/Makefile | 1 |
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)) |