mirror of https://github.com/hak5/openwrt-owl.git
parent
21a3de4269
commit
9f048d5ac7
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…
Reference in New Issue