mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 04:26:28 +02:00
fix kernel-headers compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5781 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bcad4ad4a9
commit
cf6ea8d9ce
@ -31,11 +31,13 @@ define Build/Configure/powerpc
|
||||
mv $(PKG_BUILD_DIR)/include/asm-powerpc $(PKG_BUILD_DIR)/include/asm-ppc
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
yes '' | $(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
KMAKE := $(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
ARCH=$(LINUX_KARCH) \
|
||||
CONFIG_SHELL=$(BASH) \
|
||||
oldconfig include/linux/version.h include/asm
|
||||
CONFIG_SHELL=$(BASH)
|
||||
|
||||
define Build/Configure
|
||||
yes '' | $(KMAKE) oldconfig
|
||||
$(KMAKE) include/linux/version.h include/asm
|
||||
$(call Build/Configure/$(ARCH))
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user