From 80e0fabe446f8b46137994a07b712790b758c7dc Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Wed, 10 May 2006 19:16:02 +0000 Subject: [PATCH] typos SVN-Revision: 3753 --- openwrt/package/ebtables/Makefile | 2 +- openwrt/package/zlib/Makefile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/openwrt/package/ebtables/Makefile b/openwrt/package/ebtables/Makefile index e672ac13c1..4ee6833882 100644 --- a/openwrt/package/ebtables/Makefile +++ b/openwrt/package/ebtables/Makefile @@ -26,6 +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 -ended +endef $(eval $(call BuildPackage,ebtables)) diff --git a/openwrt/package/zlib/Makefile b/openwrt/package/zlib/Makefile index aaa3f4d429..d3c8714bac 100644 --- a/openwrt/package/zlib/Makefile +++ b/openwrt/package/zlib/Makefile @@ -66,3 +66,5 @@ uninstall-dev: rm -rf $(STAGING_DIR)/usr/include/zconf.h rm -rf $(STAGING_DIR)/usr/include/zlib.h rm -rf $(STAGING_DIR)/usr/lib/libz.* + +$(eval $(call BuildPackage,zlib))