From 88dfa4248d6c7007ab34db006abb5b6ce842e42d Mon Sep 17 00:00:00 2001 From: Dan Staples Date: Wed, 20 Aug 2014 12:01:21 -0400 Subject: [PATCH] include nds_config.lua script needed to apply nodogsplash config changes after UCI change --- packages/luci-commotion/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/luci-commotion/Makefile b/packages/luci-commotion/Makefile index 8de2382..caf4d43 100644 --- a/packages/luci-commotion/Makefile +++ b/packages/luci-commotion/Makefile @@ -188,6 +188,8 @@ define Package/luci-commotion-splash/description endef define Package/luci-commotion-splash/install + $(INSTALL_DIR) $(1)/usr/lib/lua/luci/commotion + $(INSTALL_DATA) $(PKG_BUILD_DIR)/luasrc/commotion/nds_config.lua $(1)/usr/lib/lua/luci/commotion $(INSTALL_DIR) $(1)/usr/lib/lua/luci/controller/commotion-splash $(INSTALL_DATA) $(PKG_BUILD_DIR)/luasrc/controller/commotion-splash/splash.lua $(1)/usr/lib/lua/luci/controller/commotion-splash $(INSTALL_DIR) $(1)/usr/lib/lua/luci/model/cbi/commotion-splash