mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
airos-dfs-reset: fix EXTRA_DEPENDS
EXTRA_DEPENDS should be used for version constraints. Change to DEPENDS.
Fixes: e36e8a6 ("airos-dfs-reset: add airos-dfs-reset")
Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
@@ -19,7 +19,7 @@ define Package/airos-dfs-reset
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Companion app for Ubiquity AirOS to help with DFS
|
TITLE:=Companion app for Ubiquity AirOS to help with DFS
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
EXTRA_DEPENDS:=dropbear
|
DEPENDS:=dropbear
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/airos-dfs-reset/description
|
define Package/airos-dfs-reset/description
|
||||||
|
|||||||
Reference in New Issue
Block a user