Просмотр исходного кода

ravpower-mcu: remove target dependency

Remove the target dependency as the tool is also usable with other
battery-powered routers.

Signed-off-by: David Bauer <[email protected]>
David Bauer 5 лет назад
Родитель
Сommit
b94d1a2d27
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      package/utils/ravpower-mcu/Makefile

+ 0 - 1
package/utils/ravpower-mcu/Makefile

@@ -17,7 +17,6 @@ define Package/ravpower-mcu
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=Utility to control the RAVPower RP-WD009 PMIC
-  DEPENDS:=@TARGET_ramips_mt76x8
   URL:=https://github.com/blocktrron/ravpower-mcu/
 endef