Skip to content

Commit

Permalink
Merge pull request #59 from opentechinstitute/splash-redirect
Browse files Browse the repository at this point in the history
include nds_config.lua script needed to apply nodogsplash config changes... Tested by @jheretic
  • Loading branch information
jheretic committed Aug 21, 2014
2 parents c4fdd1d + 88dfa42 commit 52f42bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/luci-commotion/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52f42bd

Please sign in to comment.