X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=utils%2Flilo%2FMakefile;h=ec8c5f20fb2d4c49b3e018a861278ffc0682fcf7;hp=3e7ce415c61bea2728389ce2fb35411af66973ad;hb=bcf68ea65ccd684fb0da119be5dbc51ed0db54df;hpb=05bcf37863f2edf40443b29abe527963efa4e5c9;ds=inline 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). \ + )) \ +)