parent
d9c1b66c3a
commit
e637a00d57
1 changed files with 2 additions and 3 deletions
|
@ -26,11 +26,10 @@ define Build/Prepare
|
|||
endef
|
||||
|
||||
define Build/Configure
|
||||
-$(CP) ./files/config.$(LINUX_KARCH) $(PKG_BUILD_DIR)/.config
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
yes '' | $(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
ARCH=$(LINUX_KARCH) \
|
||||
CONFIG_SHELL=$(BASH) \
|
||||
defconfig include/linux/version.h
|
||||
oldconfig include/linux/version.h
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
|
|
Loading…
Reference in a new issue