Skip to content
Snippets Groups Projects
Commit 5a7529a5 authored by Andy Boyett's avatar Andy Boyett
Browse files

Create $(1)/etc/uci-defaults directory during installation. Thanks Yuji Mano....

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: 11517
parent ac909fc5
No related branches found
No related tags found
No related merge requests found
......@@ -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)/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment