parent
d9c1b66c3a
commit
e637a00d57
@ -26,11 +26,10 @@ define Build/Prepare
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
-$(CP) ./files/config.$(LINUX_KARCH) $(PKG_BUILD_DIR)/.config
|
yes '' | $(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
|
||||||
ARCH=$(LINUX_KARCH) \
|
ARCH=$(LINUX_KARCH) \
|
||||||
CONFIG_SHELL=$(BASH) \
|
CONFIG_SHELL=$(BASH) \
|
||||||
defconfig include/linux/version.h
|
oldconfig include/linux/version.h
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
Loading…
Reference in New Issue
Block a user