mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-30 08:04:10 +00:00
fixed b43-fwcutter compile on osx 10.5
SVN-Revision: 9954
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user