1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 08:01:25 +02:00

fixed b43-fwcutter compile on osx 10.5

SVN-Revision: 9954
This commit is contained in:
Andy Boyett 2007-12-27 11:31:21 +00:00
parent ed426409cc
commit 9d55105551

@ -83,7 +83,8 @@ define Build/Compile
$(MAKE_OPTS) \
modules
$(MAKE) -C "$(PKG_BUILD_DIR)/$(PKG_FWCUTTER_NAME)-$(PKG_FWCUTTER_VERSION)"
$(MAKE) -C "$(PKG_BUILD_DIR)/$(PKG_FWCUTTER_NAME)-$(PKG_FWCUTTER_VERSION)" \
CFLAGS="-I$(STAGING_DIR_HOST)/include -include endian.h"
endef
define KernelPackage/b43/install