From: Nicolas Thill Date: Wed, 8 Nov 2006 08:41:57 +0000 (+0000) Subject: add lilo prereq (as86 and ld86) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=bcf68ea65ccd684fb0da119be5dbc51ed0db54df add lilo prereq (as86 and ld86) SVN-Revision: 5471 --- diff --git a/utils/lilo/Makefile b/utils/lilo/Makefile index 3e7ce415c6..ec8c5f20fb 100644 --- a/utils/lilo/Makefile +++ b/utils/lilo/Makefile @@ -35,7 +35,6 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) alles - $(STRIP) $(PKG_BUILD_DIR)/lilo.static endef define Package/lilo/install @@ -47,3 +46,9 @@ define Package/lilo/install endef $(eval $(call BuildPackage,lilo)) + +$(foreach command, as86 ld86, \ + $(eval $(call RequireCommand,$(command), \ + $(PKG_NAME) requires $(command). \ + )) \ +)