projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[uci] Create $(1)/etc/uci-defaults directory during installation. Thanks Yuji Mano.
[openwrt.git]
/
package
/
uci
/
Makefile
diff --git
a/package/uci/Makefile
b/package/uci/Makefile
index
485ba5a
..
6bf2a13
100644
(file)
--- a/
package/uci/Makefile
+++ b/
package/uci/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
UCI_VERSION=0.4
include $(TOPDIR)/rules.mk
UCI_VERSION=0.4
-UCI_RELEASE=
0
+UCI_RELEASE=
2
PKG_NAME:=uci
PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
PKG_NAME:=uci
PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
@@
-17,7
+17,7
@@
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
-PKG_MD5SUM:=
da0f3dbe5f21fc757133a47836408c71
+PKG_MD5SUM:=
503b3faa92bb9f5d780ca96efb7dfd75
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
@@
-73,11
+73,12
@@
define Package/libuci/install
endef
define Package/libuci-lua/install
endef
define Package/libuci-lua/install
- $(INSTALL_DIR) $(1)/usr/lib/lua
/5.1
- $(CP) $(PKG_BUILD_DIR)/lua/uci.so $(1)/usr/lib/lua/
5.1
+ $(INSTALL_DIR) $(1)/usr/lib/lua
+ $(CP) $(PKG_BUILD_DIR)/lua/uci.so $(1)/usr/lib/lua/
endef
define Package/uci/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)/
$(INSTALL_DIR) $(1)/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/uci $(1)/sbin/
$(CP) ./files/uci/* $(1)/
This page took
0.022168 seconds
and
4
git commands to generate.