Define a conffiles section for ddns-scripts (#3971)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12560 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -28,6 +28,10 @@ endef
|
|||||||
define Build/Compile
|
define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/ddns-scripts/conffiles
|
||||||
|
/etc/config/ddns
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/ddns-scripts/install
|
define Package/ddns-scripts/install
|
||||||
$(INSTALL_DIR) $(1)
|
$(INSTALL_DIR) $(1)
|
||||||
$(CP) ./files/* $(1)/
|
$(CP) ./files/* $(1)/
|
||||||
|
Reference in New Issue
Block a user