mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-24 02:16:29 +08:00
parent
d9c1b66c3a
commit
e637a00d57
@ -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 New Issue
Block a user