Skip to content
Snippets Groups Projects
Commit 90a6f532 authored by agb's avatar agb
Browse files

fixed b43-fwcutter compile on osx 10.5

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9954 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent eedfb273
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment