aiccu: fix config file path
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12866 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9f76cd3d88
commit
11d22704e2
@ -48,7 +48,7 @@ define Package/aiccu/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/unix-console/$(PKG_NAME) $(1)/usr/sbin/
|
||||
$(INSTALL_DIR) $(1)/etc
|
||||
$(INSTALL_CONF) ./files/aiccu.conf $(1)/etc/
|
||||
$(INSTALL_CONF) ./files/aiccu.conf $(1)/etc/config/aiccu
|
||||
$(INSTALL_DIR) $(1)/etc/init.d
|
||||
$(INSTALL_BIN) ./files/aiccu.init $(1)/etc/init.d/aiccu
|
||||
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface
|
||||
|
@ -8,4 +8,4 @@ config aiccu
|
||||
option requiretls ''
|
||||
option defaultroute '1'
|
||||
option nat '1'
|
||||
option heartbeat '1'
|
||||
option heartbeat '1'
|
||||
|
Loading…
x
Reference in New Issue
Block a user