summaryrefslogtreecommitdiffstats
path: root/package/uci/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-26 22:25:59 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-26 22:25:59 +0000
commite7beb6900e40b869293171dfea046c65209b1b0d (patch)
treea16275161b52aa61f0b4fdd2625954620f800e68 /package/uci/Makefile
parent933895680f32e9da99a47dbe9443814f0d0461ba (diff)
remove ucitrigger, it is unused and will be replaced by something different in the future
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26308 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uci/Makefile')
-rw-r--r--package/uci/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/package/uci/Makefile b/package/uci/Makefile
index ffd37a757..c29b5ba35 100644
--- a/package/uci/Makefile
+++ b/package/uci/Makefile
@@ -41,13 +41,6 @@ define Package/uci
TITLE:=Utility for the Unified Configuration Interface (UCI)
endef
-define Package/ucitrigger
- SECTION:=base
- CATEGORY:=Base system
- DEPENDS:=+libuci-lua +lua
- TITLE:=Automatic triggers for applying system config changes
-endef
-
define Package/libuci-lua
SECTION=libs
CATEGORY=Libraries
@@ -72,14 +65,6 @@ define Package/libuci-lua/install
$(CP) $(PKG_BUILD_DIR)/lua/uci.so $(1)/usr/lib/lua/
endef
-define Package/ucitrigger/install
- $(INSTALL_DIR) $(1)/usr/lib/lua/uci $(1)/lib/config/trigger $(1)/usr/sbin
- $(INSTALL_DATA) ./trigger/lib/trigger.lua $(1)/usr/lib/lua/uci/
- $(INSTALL_DATA) ./trigger/modules/*.lua $(1)/lib/config/trigger/
- $(INSTALL_DATA) $(PKG_BUILD_DIR)/trigger/uci_trigger.so $(1)/usr/lib/
- $(INSTALL_BIN) ./trigger/apply_config $(1)/usr/sbin/
-endef
-
define Package/uci/install
$(INSTALL_DIR) $(1)/etc/uci-defaults
$(INSTALL_DIR) $(1)/sbin
@@ -98,4 +83,3 @@ endef
$(eval $(call BuildPackage,uci))
$(eval $(call BuildPackage,libuci))
$(eval $(call BuildPackage,libuci-lua))
-$(eval $(call BuildPackage,ucitrigger))