forked from mirror/openwrt
Compare commits
2 commits
0ac2d64d92
...
5303f6330b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5303f6330b | ||
|
|
5359639c2b |
2 changed files with 7 additions and 9 deletions
|
|
@ -137,14 +137,12 @@ CMAKE_OPTIONS += \
|
|||
-DENABLE_TESTING:Bool=OFF \
|
||||
-DENABLE_PROGRAMS:Bool=ON
|
||||
|
||||
define Build/Prepare
|
||||
$(call Build/Prepare/Default)
|
||||
|
||||
$(if $(strip $(foreach opt,$(MBEDTLS_BUILD_OPTS),$($(opt)))),
|
||||
$(foreach opt,$(MBEDTLS_BUILD_OPTS),
|
||||
$(PKG_BUILD_DIR)/scripts/config.py \
|
||||
-f $(PKG_BUILD_DIR)/include/mbedtls/mbedtls_config.h \
|
||||
$(if $($(opt)),set,unset) $(patsubst CONFIG_%,%,$(opt))),)
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default,)
|
||||
$(foreach opt,$(MBEDTLS_BUILD_OPTS),
|
||||
$(PKG_BUILD_DIR)/scripts/config.py \
|
||||
-f $(PKG_BUILD_DIR)/include/mbedtls/mbedtls_config.h \
|
||||
$(if $($(opt)),set,unset) $(patsubst CONFIG_%,%,$(opt)))
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
|
|
|
|||
|
|
@ -240,7 +240,7 @@ define Device/iom_ix4-200d
|
|||
$(Device/kernel-size-migration-iomega)
|
||||
DEVICE_VENDOR := Iomega
|
||||
DEVICE_MODEL := StorCenter ix4-200d
|
||||
DEVICE_PACKAGES := kmod-ata-marvell-sata kmod-fs-ext4 \
|
||||
DEVICE_PACKAGES := kmod-ata-ahci kmod-ata-marvell-sata kmod-fs-ext4 \
|
||||
kmod-gpio-button-hotplug kmod-gpio-nxp-74hc164 \
|
||||
kmod-hwmon-adt7475 kmod-mvsdio kmod-spi-gpio kmod-rtc-mv
|
||||
PAGESIZE := 512
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue