diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-20 21:47:01 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-20 21:47:01 +0000 |
commit | 522f324ae36a181d4ab83b76814699aa47c0f0f4 (patch) | |
tree | 7299e6252ca3490a83b01d46358f90b2bb822315 /contrib | |
parent | 94322a831539b23fbf0433bf2fe2bbe92c3122da (diff) |
contrib/package: make sysupgrade-atheros depend on the atheros target
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/sysupgrade-atheros/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/sysupgrade-atheros/Makefile b/contrib/package/sysupgrade-atheros/Makefile index 6b52ee138..43c7fee69 100644 --- a/contrib/package/sysupgrade-atheros/Makefile +++ b/contrib/package/sysupgrade-atheros/Makefile @@ -18,7 +18,7 @@ define Package/sysupgrade-atheros CATEGORY:=LuCI SUBMENU:=Freifunk TITLE:=Experimental sysupgrade support for Atheros SoC - DEPENDS:=+base-files + DEPENDS:=@TARGET_atheros +base-files endef define Package/sysupgrade-atheros/description |