projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
switch to the IXP4xx microcode with crypto support
[openwrt.git]
/
package
/
uci
/
Makefile
diff --git
a/package/uci/Makefile
b/package/uci/Makefile
index
5ace904
..
7d6fc8c
100644
(file)
--- a/
package/uci/Makefile
+++ b/
package/uci/Makefile
@@
-8,8
+8,8
@@
include $(TOPDIR)/rules.mk
include $(TOPDIR)/rules.mk
-UCI_VERSION=0.
3
-UCI_RELEASE=
3
+UCI_VERSION=0.
4
+UCI_RELEASE=
4
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:=
e1d3204629938adb21c6bf84a08ce001
+PKG_MD5SUM:=
1ce8e92e3aa023763e8f4da91a70563d
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.028549 seconds
and
4
git commands to generate.