diff options
author | John Crispin <john@openwrt.org> | 2014-12-02 15:25:09 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-12-02 15:25:09 +0000 |
commit | 46814be2a8800738cbd7b90d8b0fb538d0e862d1 (patch) | |
tree | e8d4cd4192005d2554114581e59641aad0cea208 /target/linux/oxnas/profiles | |
parent | c2e57fcb2fa7c552765bafedf11c53c1b1b8f103 (diff) | |
download | upstream-46814be2a8800738cbd7b90d8b0fb538d0e862d1.tar.gz upstream-46814be2a8800738cbd7b90d8b0fb538d0e862d1.tar.bz2 upstream-46814be2a8800738cbd7b90d8b0fb538d0e862d1.zip |
oxnas/kd20: use gpio-beeper
gpio-beeper module was added to the kernel recently.
Make use of it to drive the piezoelectric buzzer of the kd20.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43496
Diffstat (limited to 'target/linux/oxnas/profiles')
-rw-r--r-- | target/linux/oxnas/profiles/100-Generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/oxnas/profiles/100-Generic.mk b/target/linux/oxnas/profiles/100-Generic.mk index 734b12376a..d5ec97d44e 100644 --- a/target/linux/oxnas/profiles/100-Generic.mk +++ b/target/linux/oxnas/profiles/100-Generic.mk @@ -40,7 +40,7 @@ endef define Profile/KD20 NAME:=Shuttle KD20 PACKAGES:= \ - uboot-envtools kmod-usb2-oxnas kmod-usb3 kmod-rtc-pcf8563 + uboot-envtools kmod-usb2-oxnas kmod-usb3 kmod-rtc-pcf8563 kmod-gpio-beeper endef define Profile/KD20/Description |