diff options
| author | Mike Baker <mbm@openwrt.org> | 2006-05-10 19:16:02 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2006-05-10 19:16:02 +0000 |
| commit | 80e0fabe446f8b46137994a07b712790b758c7dc (patch) | |
| tree | ff6bc5e6cfbaaac9a9b12331315d1413650001aa /openwrt/package | |
| parent | 07425d330063f606ad4c2f351d790389b65e6847 (diff) | |
| download | mtk-20170518-80e0fabe446f8b46137994a07b712790b758c7dc.zip mtk-20170518-80e0fabe446f8b46137994a07b712790b758c7dc.tar.gz mtk-20170518-80e0fabe446f8b46137994a07b712790b758c7dc.tar.bz2 | |
typos
SVN-Revision: 3753
Diffstat (limited to 'openwrt/package')
| -rw-r--r-- | openwrt/package/ebtables/Makefile | 2 | ||||
| -rw-r--r-- | openwrt/package/zlib/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/openwrt/package/ebtables/Makefile b/openwrt/package/ebtables/Makefile index e672ac1..4ee6833 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 aaa3f4d..d3c8714 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)) |
