refresh madwifi-testing patches
[openwrt.git] / package / uci / Makefile
index f6ec08f..7d6fc8c 100644 (file)
@@ -8,7 +8,7 @@
 
 include $(TOPDIR)/rules.mk
 
-UCI_VERSION=0.3
+UCI_VERSION=0.4
 UCI_RELEASE=4
 
 PKG_NAME:=uci
@@ -17,7 +17,7 @@ PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
-PKG_MD5SUM:=73288ab9bd202bed27b00736d48e190d
+PKG_MD5SUM:=1ce8e92e3aa023763e8f4da91a70563d
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -73,11 +73,12 @@ define Package/libuci/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
+       $(INSTALL_DIR) $(1)/etc/uci-defaults
        $(INSTALL_DIR) $(1)/sbin
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/uci $(1)/sbin/
        $(CP) ./files/uci/* $(1)/
This page took 0.02 seconds and 4 git commands to generate.