summaryrefslogtreecommitdiffstats
path: root/package/ebtables
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-10 19:06:22 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-10 19:06:22 +0000
commit2b42215e7af143bc9c1734cfc551e28a27a91af5 (patch)
tree723775516af9d2f501e52b4cbccb4b00f52ce5a9 /package/ebtables
parentb631c3ba470d9999779ae551f361118ca8c330ea (diff)
Convert packages to new template
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3752 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ebtables')
-rw-r--r--package/ebtables/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile
index 04adbf6e8..e672ac13c 100644
--- a/package/ebtables/Makefile
+++ b/package/ebtables/Makefile
@@ -26,8 +26,6 @@ endef
define Package/ebtables/install
install -d -m0755 $(IDIR_DNSMASQ)/usr/sbin
install -m0755 $(PKG_BUILD_DIR)/ebtables $(IDIR_EBTABLES)/usr/sbin/ebtables
- $(RSTRIP) $(IDIR_EBTABLES)
- $(IPKG_BUILD) $(IDIR_EBTABLES) $(PACKAGE_DIR)
ended
$(eval $(call BuildPackage,ebtables))