mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
rockchip: add execute permission for network setup script (#6566)
Fixes: f4b1b358fe
("rockchip: sync latest codes from ImmortalWrt (#6522)")
Closes: #6534
Closes: #6548
Closes: #6563
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Co-authored-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
This commit is contained in:
parent
ea79943fa1
commit
757e42d707
0
target/linux/rockchip/armv8/base-files/etc/board.d/02_network
Normal file → Executable file
0
target/linux/rockchip/armv8/base-files/etc/board.d/02_network
Normal file → Executable file
@ -122,6 +122,8 @@ CONFIG_DTC=y
|
||||
CONFIG_EDAC_SUPPORT=y
|
||||
CONFIG_EFI_EARLYCON=y
|
||||
CONFIG_F2FS_FS=y
|
||||
CONFIG_F2FS_FS_XATTR=y
|
||||
CONFIG_F2FS_STAT_FS=y
|
||||
CONFIG_FIX_EARLYCON_MEM=y
|
||||
CONFIG_FONT_8x16=y
|
||||
CONFIG_FONT_AUTOSELECT=y
|
||||
|
@ -39,6 +39,6 @@ define Device/radxa_rock-pi-4
|
||||
SUPPORTED_DEVICES := radxa,rockpi4
|
||||
UBOOT_DEVICE_NAME := rock-pi-4-rk3399
|
||||
IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-img | gzip | append-metadata
|
||||
DEVICE_PACKAGES:= -urngd
|
||||
DEVICE_PACKAGES := -urngd
|
||||
endef
|
||||
TARGET_DEVICES += radxa_rock-pi-4
|
||||
|
Loading…
Reference in New Issue
Block a user