mirror of https://github.com/hak5/openwrt-owl.git
Create $(1)/etc/uci-defaults directory during installation. Thanks Yuji Mano. - Fixes the use of CONFIG_UCI_PRECONFIG under git; git does not track empty directories.
SVN-Revision: 11517owl
parent
ac909fc5c0
commit
5a7529a58d
|
@ -78,6 +78,7 @@ define Package/libuci-lua/install
|
|||
endef
|
||||
|
||||
define Package/uci/install
|
||||
$(INSTALL_DIR) $(1)/etc/uci-defaults
|
||||
$(INSTALL_DIR) $(1)/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/uci $(1)/sbin/
|
||||
$(CP) ./files/uci/* $(1)/
|
||||
|
|
Loading…
Reference in New Issue