luci-app-multiwan: mark broken as it depends on multiwan from oldpackages
authorHannu Nyman <hannu.nyman@iki.fi>
Sat, 29 Aug 2015 15:04:55 +0000 (18:04 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Sat, 29 Aug 2015 15:04:55 +0000 (18:04 +0300)
Mark luci-app-multiwan @BROKEN, as it depends on the old 'multiwan'
package, located in the deprecated 'oldpackages' feed.

'packages' feed contains both 'mwan3' and 'luci-app-mwan3' apps that
have superseded the old packages.

This should fix #395.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
applications/luci-app-multiwan/Makefile

index 20fba89..c5b731a 100644 (file)
@@ -6,8 +6,8 @@
 
 include $(TOPDIR)/rules.mk
 
 
 include $(TOPDIR)/rules.mk
 
-LUCI_TITLE:=LuCI Support for the OpenWrt MultiWAN agent
-LUCI_DEPENDS:=+multiwan
+LUCI_TITLE:=LuCI Support for the OpenWrt MultiWAN agent (obsoleted by mwan3)
+LUCI_DEPENDS:=+multiwan @BROKEN
 
 include ../../luci.mk
 
 
 include ../../luci.mk