diff options
-rw-r--r-- | applications/luci-app-uhttpd/Makefile | 3 | ||||
-rw-r--r-- | protocols/luci-proto-vpnc/Makefile | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/applications/luci-app-uhttpd/Makefile b/applications/luci-app-uhttpd/Makefile index d28a48f87d..95429650a1 100644 --- a/applications/luci-app-uhttpd/Makefile +++ b/applications/luci-app-uhttpd/Makefile @@ -9,13 +9,10 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=uHTTPd Webserver Configuration LUCI_DEPENDS:= +uhttpd -LUCI_PKGARCH:=all PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Daniel Dickinson <openwrt@daniel.thecshore.com> -LUA_TARGET:=source - include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature diff --git a/protocols/luci-proto-vpnc/Makefile b/protocols/luci-proto-vpnc/Makefile index 0800e279fe..33222842a2 100644 --- a/protocols/luci-proto-vpnc/Makefile +++ b/protocols/luci-proto-vpnc/Makefile @@ -8,13 +8,10 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Support for VPNC VPN LUCI_DEPENDS:=+vpnc -LUCI_PKGARCH:=all PKG_MAINTAINER:=Daniel Dickinson <openwrt@daniel.thecshore.com> PKG_LICENSE:=Apache-2.0 -LUA_TARGET:=source - include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |