mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
also remove 100-dtc-binary.patch which was not accepted upstream Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37361 3c298f89-4303-0410-b956-a3cf2f4a3e73
15 lines
458 B
Diff
15 lines
458 B
Diff
--- a/tools/Makefile
|
|
+++ b/tools/Makefile
|
|
@@ -160,9 +160,9 @@
|
|
# Define __KERNEL_STRICT_NAMES to prevent typedef overlaps
|
|
#
|
|
HOSTCPPFLAGS = -include $(SRCTREE)/include/libfdt_env.h \
|
|
- -idirafter $(SRCTREE)/include \
|
|
+ -I $(SRCTREE)/include \
|
|
-idirafter $(OBJTREE)/include2 \
|
|
- -idirafter $(OBJTREE)/include \
|
|
+ -I $(OBJTREE)/include \
|
|
-I $(SRCTREE)/lib/libfdt \
|
|
-I $(SRCTREE)/tools \
|
|
-DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
|