summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-12-23 05:20:16 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-12-23 05:20:16 +0000
commita94fdde178cf6315a5c5fd4874a75cb9e9819dfd (patch)
tree0837a7e958e60a86821f54472f9c6c6852767bdf
parent1952a2cae358c878a67d0097bd18e3988b04a320 (diff)
contrib/package: remove @BROKEN dependency from siit wizzard
-rw-r--r--contrib/package/luci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index a2d8013d6..9060fd5e4 100644
--- a/contrib/package/luci/Makefile
+++ b/contrib/package/luci/Makefile
@@ -348,7 +348,7 @@ endef
define Package/luci-app-siitwizard
$(call Package/luci/fftemplate)
TITLE:=SIIT IPv4-over-IPv6 configuration wizard
- DEPENDS:=@BROKEN +luci-admin-core +kmod-siit
+ DEPENDS:=+luci-admin-core +kmod-siit
endef
define Package/luci-app-siitwizard/install