diff options
author | Manuel Munz <freifunk@somakoma.de> | 2010-11-24 01:07:45 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2010-11-24 01:07:45 +0000 |
commit | cbe2cb545ce847ddb488ecf52141f560f6cab9ed (patch) | |
tree | 106fc03eae866d8085530819291c68c0976f3dd9 /contrib | |
parent | a411c56c8776a7f9844a9c4baebfb08cec00afd7 (diff) |
applications/luci-splash: Use conffiles to store splashtext on sysupgrade
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index f65cdfa80..786a84ad2 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -308,6 +308,7 @@ endef define Package/luci-app-splash/conffiles /etc/config/luci_splash +/usr/lib/luci-splash/splashtext.html endef define Package/luci-app-statistics/conffiles |