mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 22:38:26 +02:00
/etc/config/* should use INSTALL_DATA
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5976 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
93dcf8a3ac
commit
859c93d75c
@ -106,7 +106,7 @@ define Package/dropbear/install
|
|||||||
ln -sf ../sbin/dropbear $(1)/usr/bin/dbclient
|
ln -sf ../sbin/dropbear $(1)/usr/bin/dbclient
|
||||||
ln -sf ../sbin/dropbear $(1)/usr/bin/dropbearkey
|
ln -sf ../sbin/dropbear $(1)/usr/bin/dropbearkey
|
||||||
$(INSTALL_DIR) $(1)/etc/config
|
$(INSTALL_DIR) $(1)/etc/config
|
||||||
$(INSTALL_BIN) ./files/dropbear.config $(1)/etc/config/dropbear
|
$(INSTALL_DATA) ./files/dropbear.config $(1)/etc/config/dropbear
|
||||||
$(INSTALL_DIR) $(1)/etc/init.d
|
$(INSTALL_DIR) $(1)/etc/init.d
|
||||||
$(INSTALL_BIN) ./files/dropbear.init $(1)/etc/init.d/dropbear
|
$(INSTALL_BIN) ./files/dropbear.init $(1)/etc/init.d/dropbear
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user