summaryrefslogtreecommitdiffstats
path: root/package/nvram/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-25 01:40:47 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-25 01:40:47 +0000
commitb7e7f4edf076a53ad9a29ced4067d0f253693999 (patch)
treea17f9b12eeec89566d1b6807293d95c086c2a126 /package/nvram/Makefile
parent0dd83aded7798b67ed6e553fae477ded210b91cf (diff)
remove uninstalldev templates (no longer necessary)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9906 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/nvram/Makefile')
-rw-r--r--package/nvram/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/nvram/Makefile b/package/nvram/Makefile
index 2bcc3afcf..6020bfc05 100644
--- a/package/nvram/Makefile
+++ b/package/nvram/Makefile
@@ -34,10 +34,6 @@ define Build/InstallDev
$(CP) $(PKG_BUILD_DIR)/lib{nvram,shared}*.so $(1)/usr/lib/
endef
-define Build/UninstallDev
- rm -f $(1)/usr/lib/lib{nvram,shared}*.so
-endef
-
define Package/nvram/install
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/nvram.init $(1)/etc/init.d/nvram