mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 21:51:05 +02:00
Add an install rule for configuration files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5946 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a3da26d22d
commit
2751644833
1
rules.mk
1
rules.mk
@ -61,6 +61,7 @@ CP:=cp -fpR
|
|||||||
INSTALL_BIN:=install -m0755
|
INSTALL_BIN:=install -m0755
|
||||||
INSTALL_DIR:=install -d -m0755
|
INSTALL_DIR:=install -d -m0755
|
||||||
INSTALL_DATA:=install -m0644
|
INSTALL_DATA:=install -m0644
|
||||||
|
INSTALL_CONF:=install -m0600
|
||||||
|
|
||||||
ifneq ($(CONFIG_CCACHE),)
|
ifneq ($(CONFIG_CCACHE),)
|
||||||
# FIXME: move this variable to a better location
|
# FIXME: move this variable to a better location
|
||||||
|
Loading…
x
Reference in New Issue
Block a user