X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=utils%2Fsmartmontools%2FMakefile;h=cc3ac6f0a5869cdfdf3d044560448207c98f918b;hb=94a1bea67c28e241dc8b8cc213ebb5553dc4f442;hp=7ddab45af3dd88e9e9ef16130279abf41cb53fd9;hpb=d85961b5ffc35f9b5e8caa42da83613da118fec5;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/utils/smartmontools/Makefile b/utils/smartmontools/Makefile index 7ddab45af3..cc3ac6f0a5 100644 --- a/utils/smartmontools/Makefile +++ b/utils/smartmontools/Makefile @@ -15,7 +15,6 @@ PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/smartmontools PKG_MD5SUM:=4ab3668b7d1362ce923f64a211e0e568 -PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) @@ -61,7 +60,3 @@ define Package/smartmontools/install endef $(eval $(call BuildPackage,smartmontools)) - -$(eval $(call RequireCommand,automake-1.9, \ - $(PKG_NAME) requires automake 1.9 or compatible. \ -))