packages: add missing conffiles define
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/nodogsplash@29199 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
49a2a82ed7
commit
ae4d5baaec
1 changed files with 6 additions and 2 deletions
8
Makefile
8
Makefile
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2007-2010 OpenWrt.org
|
# Copyright (C) 2007-2011 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=nodogsplash
|
PKG_NAME:=nodogsplash
|
||||||
PKG_VERSION:=0.9_beta9.9.6
|
PKG_VERSION:=0.9_beta9.9.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://kokoro.ucsd.edu/nodogsplash/ \
|
PKG_SOURCE_URL:=http://kokoro.ucsd.edu/nodogsplash/ \
|
||||||
|
@ -72,4 +72,8 @@ define Package/nodogsplash/install
|
||||||
$(SED) 's,\(do_module_tests "sch_htb"\),#\1,' $(1)/etc/init.d/$(PKG_NAME)
|
$(SED) 's,\(do_module_tests "sch_htb"\),#\1,' $(1)/etc/init.d/$(PKG_NAME)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/nodogsplash/conffiles
|
||||||
|
/etc/nodogsplash/nodogsplash.conf
|
||||||
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,nodogsplash))
|
$(eval $(call BuildPackage,nodogsplash))
|
||||||
|
|
Loading…
Reference in a new issue