fxload requires kernel headers to compile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13993 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3b524661b7
commit
dcba0f4bed
@ -6,6 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=fxload
|
PKG_NAME:=fxload
|
||||||
PKG_VERSION:=2002_04_11
|
PKG_VERSION:=2002_04_11
|
||||||
@ -29,7 +30,7 @@ endef
|
|||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call Build/Compile/Default, \
|
$(call Build/Compile/Default, \
|
||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS) -I$(LINUX_DIR)/include" \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user