Skip to content

Commit

Permalink
update RG's kernel config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninoh-FOX committed Jun 26, 2021
1 parent 56f20ff commit 3dfd4e0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion board/kernel/rg280m/rg280m_linux.config
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ CONFIG_NLS_UTF8=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE="initrd/tree.txt"
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="panic=5 console=ttyS2,57600 console=tty0 root=/dev/mmcblk0p1 rootfstype=vfat ro rootwait init=/mininit-syspart rfkill.default_state=0"
CONFIG_CMDLINE="panic=5 console=ttyS2,57600 console=tty0 boot=/dev/mmcblk0p1 loop0=/boot/rootfs.squashfs root=/dev/loop0 rfkill.default_state=0"
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_ARC4=y
Expand Down
2 changes: 1 addition & 1 deletion board/kernel/rg280v/rg280v_linux.config
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ CONFIG_NLS_UTF8=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE="initrd/tree.txt"
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="panic=5 console=ttyS2,57600 console=tty0 root=/dev/mmcblk0p1 rootfstype=vfat ro rootwait init=/mininit-syspart rfkill.default_state=0"
CONFIG_CMDLINE="panic=5 console=ttyS2,57600 console=tty0 boot=/dev/mmcblk0p1 loop0=/boot/rootfs.squashfs root=/dev/loop0 rfkill.default_state=0"
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_ARC4=y
Expand Down
2 changes: 1 addition & 1 deletion board/kernel/rg350/rg350_linux.config
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ CONFIG_NLS_UTF8=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE="initrd/tree.txt"
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="panic=5 console=ttyS2,57600 console=tty0 root=/dev/mmcblk0p1 rootfstype=vfat ro rootwait init=/mininit-syspart rfkill.default_state=0"
CONFIG_CMDLINE="panic=5 console=ttyS2,57600 console=tty0 boot=/dev/mmcblk0p1 loop0=/boot/rootfs.squashfs root=/dev/loop0 rfkill.default_state=0"
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_ARC4=y
Expand Down
2 changes: 1 addition & 1 deletion board/kernel/rg350p/rg350p_linux.config
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ CONFIG_NLS_UTF8=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE="initrd/tree.txt"
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="panic=5 console=ttyS2,57600 console=tty0 root=/dev/mmcblk0p1 rootfstype=vfat ro rootwait init=/mininit-syspart rfkill.default_state=0"
CONFIG_CMDLINE="panic=5 console=ttyS2,57600 console=tty0 boot=/dev/mmcblk0p1 loop0=/boot/rootfs.squashfs root=/dev/loop0 rfkill.default_state=0"
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_ARC4=y
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.10
1.7.15

0 comments on commit 3dfd4e0

Please sign in to comment.