diff options
author | Steven Barth <steven@midlink.org> | 2008-04-26 17:55:16 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-26 17:55:16 +0000 |
commit | 035a193353b9ad86621b6b1fa183ccb1e0bd9e3d (patch) | |
tree | 65aa5da0b59bc65fa4343bf586b46bceddff754f /contrib/package/luci-splash/Makefile | |
parent | 22b1721823d705c7318d1eebafdfcdaead3025da (diff) |
* Makefile fixes ;-)
* Removed obsolete Haserl patch
* Added Client-Splash configuration page
Diffstat (limited to 'contrib/package/luci-splash/Makefile')
-rw-r--r-- | contrib/package/luci-splash/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/package/luci-splash/Makefile b/contrib/package/luci-splash/Makefile index e1e194cbd5..eb41fde5dc 100644 --- a/contrib/package/luci-splash/Makefile +++ b/contrib/package/luci-splash/Makefile @@ -12,11 +12,14 @@ include $(INCLUDE_DIR)/package.mk define Package/luci-splash SECTION:=admin CATEGORY:=Administration - SUBMENU:=ffluci - DEPENDS:=+ffluci + SUBMENU:=FFLuCI + DEPENDS:=+ffluci +iptables-mod-nat TITLE:=FFLuCI DHCP-Splash endef +define Build/Compile +endef + define Package/luci-splash/install $(INSTALL_DIR) $(1)/usr/lib/luci_splash/htdocs $(INSTALL_DIR) $(1)/etc/config |