1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

fix e2fsprogs on avr32

SVN-Revision: 7963
This commit is contained in:
Imre Kaloz 2007-07-13 10:42:20 +00:00
parent d02260fcdc
commit b69b88f4d2

@ -69,6 +69,11 @@ CONFIGURE_ARGS += \
--enable-elf-shlibs \
--enable-dynamic-e2fsck
define Build/Prepare
$(call Build/Prepare/Default)
$(CP) $(SCRIPT_DIR)/config.{guess,sub} $(PKG_BUILD_DIR)/config/
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR)/util \
BUILDCC="$(HOSTCC)" \