mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 04:31:21 +00: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
|
||||
TITLE:=Companion app for Ubiquity AirOS to help with DFS
|
||||
PKGARCH:=all
|
||||
EXTRA_DEPENDS:=dropbear
|
||||
DEPENDS:=dropbear
|
||||
endef
|
||||
|
||||
define Package/airos-dfs-reset/description
|
||||
|
||||
Reference in New Issue
Block a user