mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 18:59:13 +08:00
busybox: fix build issues
Fixes: f704f97e4c57 ("busybox: Include hdparm by default on nas type device") Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
a736f39432
commit
d9cfa827ac
@ -92,10 +92,12 @@ ifneq ($(findstring c,$(OPENWRT_VERBOSE)),)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
rm -f $(PKG_BUILD_DIR)/.config
|
||||||
|
touch $(PKG_BUILD_DIR)/.config
|
||||||
ifeq ($(DEVICE_TYPE),nas)
|
ifeq ($(DEVICE_TYPE),nas)
|
||||||
echo "CONFIG_HDPARM=y" >> $(PKG_BUILD_DIR)/.config
|
echo "CONFIG_HDPARM=y" >> $(PKG_BUILD_DIR)/.config
|
||||||
endif
|
endif
|
||||||
grep 'CONFIG_BUSYBOX_$(BUSYBOX_SYM)' $(TOPDIR)/.config | sed -e "s,\\(# \)\\?CONFIG_BUSYBOX_$(BUSYBOX_SYM)_\\(.*\\),\\1CONFIG_\\2,g" > $(PKG_BUILD_DIR)/.config
|
grep 'CONFIG_BUSYBOX_$(BUSYBOX_SYM)' $(TOPDIR)/.config | sed -e "s,\\(# \)\\?CONFIG_BUSYBOX_$(BUSYBOX_SYM)_\\(.*\\),\\1CONFIG_\\2,g" >> $(PKG_BUILD_DIR)/.config
|
||||||
yes 'n' | $(MAKE) -C $(PKG_BUILD_DIR) $(MAKE_FLAGS) oldconfig
|
yes 'n' | $(MAKE) -C $(PKG_BUILD_DIR) $(MAKE_FLAGS) oldconfig
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user