1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-17 04:33:57 +02:00

fix ppc compile

SVN-Revision: 5681
This commit is contained in:
Felix Fietkau 2006-11-30 17:02:25 +00:00
parent c8298451cf
commit f2d5f3adbd

View File

@ -29,7 +29,7 @@ define Build/Configure
yes '' | $(MAKE) -C $(PKG_BUILD_DIR) \
ARCH=$(LINUX_KARCH) \
CONFIG_SHELL=$(BASH) \
oldconfig include/linux/version.h
oldconfig include/linux/version.h include/asm
endef
define Build/Compile