aboutsummaryrefslogtreecommitdiffstats
path: root/package/nvram
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-12-25 01:40:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-12-25 01:40:47 +0000
commit2a45adfcdab92beb68f3263439be428832f57b16 (patch)
tree4211848c1e2e5f0a4cd69b3b09f115524f0624d8 /package/nvram
parent957103c3377fe2736da11dafdddd287579d76f9a (diff)
downloadupstream-2a45adfcdab92beb68f3263439be428832f57b16.tar.gz
upstream-2a45adfcdab92beb68f3263439be428832f57b16.tar.bz2
upstream-2a45adfcdab92beb68f3263439be428832f57b16.zip
remove uninstalldev templates (no longer necessary)
SVN-Revision: 9906
Diffstat (limited to 'package/nvram')
-rw-r--r--package/nvram/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/nvram/Makefile b/package/nvram/Makefile
index 2bcc3afcf4..6020bfc054 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