luci-app-multiwan: mark broken as it depends on multiwan from oldpackages

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>
This commit is contained in:
Hannu Nyman 2015-08-29 18:04:55 +03:00
parent 5ce647746e
commit e6672f094b

View file

@ -6,8 +6,8 @@
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