aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2021-06-23 16:57:37 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2021-06-28 11:07:35 +0200
commit39e53f72f720a5965ca2bdeaafc7685d2ec51d66 (patch)
tree852d8f612b6bcea9111a9add2c7350e1c6137d3c /target
parentd31783329b7ccf23d1c084873f1ff084267df4c3 (diff)
downloadupstream-39e53f72f720a5965ca2bdeaafc7685d2ec51d66.tar.gz
upstream-39e53f72f720a5965ca2bdeaafc7685d2ec51d66.tar.bz2
upstream-39e53f72f720a5965ca2bdeaafc7685d2ec51d66.zip
ath79: mikrotik: remove rb912 gpio-beeper module dependency
The beeper is currently not fully functional and has also been removed from DTS. Also remove the dependency for the gpio-beeper module. Fixes: 695a1cd53c ("ath79: add support for MikroTik RouterBOARD 912UAG-2HPnD") Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ath79/image/mikrotik.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/image/mikrotik.mk b/target/linux/ath79/image/mikrotik.mk
index 96a94793a9..4256f77379 100644
--- a/target/linux/ath79/image/mikrotik.mk
+++ b/target/linux/ath79/image/mikrotik.mk
@@ -13,7 +13,7 @@ define Device/mikrotik_routerboard-912uag-2hpnd
$(Device/mikrotik_nand)
SOC := ar9342
DEVICE_MODEL := RouterBOARD 912UAG-2HPnD
- DEVICE_PACKAGES += kmod-usb-ehci kmod-usb2 kmod-gpio-beeper
+ DEVICE_PACKAGES += kmod-usb-ehci kmod-usb2
SUPPORTED_DEVICES += rb-912uag-2hpnd
endef
TARGET_DEVICES += mikrotik_routerboard-912uag-2hpnd