mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
Move CONFIG_TARGET_OPTIMIZATION to another file
This commit is contained in:
@@ -7,7 +7,3 @@
|
||||
CONFIG_TARGET_mediatek=y
|
||||
CONFIG_TARGET_mediatek_mt7622=y
|
||||
CONFIG_TARGET_mediatek_mt7622_DEVICE_xiaomi_redmi-router-ax6s=y
|
||||
|
||||
CONFIG_DEVEL=y
|
||||
CONFIG_TARGET_OPTIONS=y
|
||||
CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -mcpu=cortex-a53+crc+crypto"
|
||||
|
||||
13
configs/mediatek/mt7622/ax3200-optimized
Normal file
13
configs/mediatek/mt7622/ax3200-optimized
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/mediatek/mt7622/ax3200 > .config
|
||||
# later, eg.:
|
||||
# curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/dumb_ap >> .config
|
||||
#
|
||||
|
||||
CONFIG_TARGET_mediatek=y
|
||||
CONFIG_TARGET_mediatek_mt7622=y
|
||||
CONFIG_TARGET_mediatek_mt7622_DEVICE_xiaomi_redmi-router-ax6s=y
|
||||
|
||||
CONFIG_DEVEL=y
|
||||
CONFIG_TARGET_OPTIONS=y
|
||||
CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -mcpu=cortex-a53+crc+crypto"
|
||||
@@ -26,7 +26,3 @@ CONFIG_PACKAGE_blockd=m
|
||||
CONFIG_PACKAGE_mtdev=m
|
||||
CONFIG_PACKAGE_kmod-mtd-rw=y
|
||||
CONFIG_PACKAGE_kmod-veth=y
|
||||
|
||||
CONFIG_DEVEL=y
|
||||
CONFIG_TARGET_OPTIONS=y
|
||||
CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -mcpu=cortex-a73+crc+crypto+rdma"
|
||||
|
||||
32
configs/mediatek/mt7988a/bpi-r4-optimized
Normal file
32
configs/mediatek/mt7988a/bpi-r4-optimized
Normal file
@@ -0,0 +1,32 @@
|
||||
#
|
||||
# curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/mediatek/mt7988a/bpi-r4 > .config
|
||||
# later, eg.:
|
||||
# curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/main-router >> .config
|
||||
#
|
||||
|
||||
CONFIG_TARGET_mediatek=y
|
||||
CONFIG_TARGET_mediatek_filogic=y
|
||||
CONFIG_TARGET_mediatek_filogic_DEVICE_bananapi_bpi-r4=y
|
||||
|
||||
# MT7921
|
||||
CONFIG_PACKAGE_kmod-mt7921-common=y
|
||||
CONFIG_PACKAGE_kmod-mt7921-firmware=y
|
||||
CONFIG_PACKAGE_kmod-mt7921e=y
|
||||
|
||||
# MT7925
|
||||
CONFIG_PACKAGE_kmod-mt7925-common=y
|
||||
CONFIG_PACKAGE_kmod-mt7925e=y
|
||||
CONFIG_PACKAGE_kmod-mt7925-firmware=y
|
||||
CONFIG_PACKAGE_kmod-mt792x-common=y
|
||||
CONFIG_PACKAGE_kmod-mt792x-usb=y
|
||||
|
||||
## debuging
|
||||
CONFIG_PACKAGE_block-mount=y
|
||||
CONFIG_PACKAGE_blockd=m
|
||||
CONFIG_PACKAGE_mtdev=m
|
||||
CONFIG_PACKAGE_kmod-mtd-rw=y
|
||||
CONFIG_PACKAGE_kmod-veth=y
|
||||
|
||||
CONFIG_DEVEL=y
|
||||
CONFIG_TARGET_OPTIONS=y
|
||||
CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -mcpu=cortex-a73+crc+crypto+rdma"
|
||||
@@ -10,7 +10,3 @@
|
||||
CONFIG_TARGET_qualcommax=y
|
||||
CONFIG_TARGET_qualcommax_ipq807x=y
|
||||
CONFIG_TARGET_qualcommax_ipq807x_DEVICE_xiaomi_ax3600=y
|
||||
|
||||
CONFIG_DEVEL=y
|
||||
CONFIG_TARGET_OPTIONS=y
|
||||
CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -mcpu=cortex-a53+crc+crypto+rdma"
|
||||
|
||||
16
configs/qualcommax/ax3600-optimized
Normal file
16
configs/qualcommax/ax3600-optimized
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/qualcommax/ax3600 > .config
|
||||
# later, eg.:
|
||||
# curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/main-router >> .config
|
||||
#
|
||||
# Optional: to use nss build
|
||||
# curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/nss >> .config
|
||||
#
|
||||
|
||||
CONFIG_TARGET_qualcommax=y
|
||||
CONFIG_TARGET_qualcommax_ipq807x=y
|
||||
CONFIG_TARGET_qualcommax_ipq807x_DEVICE_xiaomi_ax3600=y
|
||||
|
||||
CONFIG_DEVEL=y
|
||||
CONFIG_TARGET_OPTIONS=y
|
||||
CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -mcpu=cortex-a53+crc+crypto+rdma"
|
||||
Reference in New Issue
Block a user