mirror of
https://github.com/stupidloud/nanopi-openwrt.git
synced 2025-06-03 22:03:43 +08:00
fix
This commit is contained in:
parent
ed4e9a5e10
commit
6749203d7c
@ -3,7 +3,7 @@ CONFIG_TARGET_rockchip_armv8=y
|
||||
CONFIG_TARGET_rockchip_armv8_DEVICE_xunlong_orangepi-r1-plus-lts=y
|
||||
|
||||
CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -march=armv8-a+crypto+crc -mcpu=cortex-a53+crypto+crc -mtune=cortex-a53"
|
||||
CONFIG_TARGET_ROOTFS_PARTSIZE=600
|
||||
CONFIG_TARGET_ROOTFS_PARTSIZE=620
|
||||
|
||||
|
||||
CONFIG_PACKAGE_luci-app-adbyby-plus=y
|
||||
|
@ -3,7 +3,7 @@ CONFIG_TARGET_rockchip_armv8=y
|
||||
CONFIG_TARGET_rockchip_armv8_DEVICE_xunlong_orangepi-r1-plus=y
|
||||
|
||||
CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -march=armv8-a+crypto+crc -mcpu=cortex-a53+crypto+crc -mtune=cortex-a53"
|
||||
CONFIG_TARGET_ROOTFS_PARTSIZE=600
|
||||
CONFIG_TARGET_ROOTFS_PARTSIZE=620
|
||||
|
||||
|
||||
CONFIG_PACKAGE_luci-app-adbyby-plus=y
|
||||
|
@ -3,7 +3,7 @@ CONFIG_TARGET_rockchip_armv8=y
|
||||
CONFIG_TARGET_rockchip_armv8_DEVICE_friendlyarm_nanopi-r2c=y
|
||||
CONFIG_TESTING_KERNEL=y
|
||||
CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -march=armv8-a+crypto+crc -mcpu=cortex-a53+crypto+crc -mtune=cortex-a53"
|
||||
CONFIG_TARGET_ROOTFS_PARTSIZE=600
|
||||
CONFIG_TARGET_ROOTFS_PARTSIZE=620
|
||||
|
||||
|
||||
CONFIG_PACKAGE_luci-app-adbyby-plus=y
|
||||
|
@ -3,7 +3,7 @@ CONFIG_TARGET_rockchip_armv8=y
|
||||
CONFIG_TARGET_rockchip_armv8_DEVICE_friendlyarm_nanopi-r2s=y
|
||||
|
||||
CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -march=armv8-a+crypto+crc -mcpu=cortex-a53+crypto+crc -mtune=cortex-a53"
|
||||
CONFIG_TARGET_ROOTFS_PARTSIZE=600
|
||||
CONFIG_TARGET_ROOTFS_PARTSIZE=620
|
||||
|
||||
|
||||
CONFIG_PACKAGE_luci-app-adbyby-plus=y
|
||||
|
@ -3,7 +3,7 @@ CONFIG_TARGET_rockchip_armv8=y
|
||||
CONFIG_TARGET_rockchip_armv8_DEVICE_friendlyarm_nanopi-r4s=y
|
||||
|
||||
CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -march=armv8-a+crypto+crc -mcpu=cortex-a72.cortex-a53+crypto+crc -mtune=cortex-a72.cortex-a53"
|
||||
CONFIG_TARGET_ROOTFS_PARTSIZE=600
|
||||
CONFIG_TARGET_ROOTFS_PARTSIZE=620
|
||||
|
||||
|
||||
CONFIG_PACKAGE_luci-app-adbyby-plus=y
|
||||
|
@ -3,7 +3,7 @@ CONFIG_TARGET_rockchip_armv8=y
|
||||
CONFIG_TARGET_rockchip_armv8_DEVICE_friendlyarm_nanopi-r5s=y
|
||||
|
||||
CONFIG_TARGET_OPTIMIZATION="-O3 -pipe"
|
||||
CONFIG_TARGET_ROOTFS_PARTSIZE=600
|
||||
CONFIG_TARGET_ROOTFS_PARTSIZE=620
|
||||
|
||||
|
||||
CONFIG_PACKAGE_luci-app-adbyby-plus=y
|
||||
|
@ -113,6 +113,11 @@ if [[ $DEVICE == 'r1p-lts' ]]; then
|
||||
sed -i 's/1.46/1.49/' package/boot/uboot-rockchip/Makefile
|
||||
fi
|
||||
|
||||
# fix for r1s-h3
|
||||
if [[ $DEVICE == 'r1s-h3' ]]; then
|
||||
sed -i 's/kmod-leds-gpio//' target/linux/sunxi/image/cortexa7.mk
|
||||
fi
|
||||
|
||||
case $DEVICE in
|
||||
r2s|r2c|r1p|r1p-lts)
|
||||
sed -i 's/5.10/5.4/g' target/linux/rockchip/Makefile
|
||||
|
Loading…
x
Reference in New Issue
Block a user