mirror of https://github.com/hak5/openwrt-owl.git
fix linux-atm build failure on brcm63xx (and probably other targets) (#7145)
SVN-Revision: 20826owl
parent
06cece53ef
commit
b54bf53833
|
@ -47,7 +47,7 @@ define Build/Configure
|
|||
touch $(PKG_BUILD_DIR)/stamp-h.in
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += -I$(LINUX_DIR)/include
|
||||
TARGET_CFLAGS += -I$(LINUX_DIR)/include -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include
|
||||
|
||||
define Build/Compile
|
||||
# src/qgen is built with HOSTCC, which does not really like our LDFLAGS
|
||||
|
|
Loading…
Reference in New Issue