diff options
| author | Aleksander Jan Bajkowski | 2023-05-22 21:29:02 +0000 |
|---|---|---|
| committer | Christian Marangi | 2023-05-23 12:26:56 +0000 |
| commit | cec0a38adeee1779890c3267574a102f81c041a4 (patch) | |
| tree | 1471d52f1644a7eab29de077fb3c5bd2260eb28c | |
| parent | 4f197f91342bc5e1f202c091c2c2f90e949d0749 (diff) | |
| download | openwrt-cec0a38adeee1779890c3267574a102f81c041a4.tar.gz | |
kernel: add disabled symbol CONFIG_CPU_LITTLE_ENDIAN on 6.1
The identical change was previously added to the 5.15 kernel in the commit
9226f1e41948 ("kernel: disable CONFIG_CPU_LITTLE_ENDIAN in generic config").
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
| -rw-r--r-- | target/linux/generic/config-6.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1 index 408c2a9fc3..1b06116234 100644 --- a/target/linux/generic/config-6.1 +++ b/target/linux/generic/config-6.1 @@ -1070,6 +1070,7 @@ CONFIG_CONSTRUCTORS=y # CONFIG_CPU_IDLE_GOV_TEO is not set # CONFIG_CPU_IDLE_MULTIPLE_DRIVERS is not set # CONFIG_CPU_ISOLATION is not set +# CONFIG_CPU_LITTLE_ENDIAN is not set # CONFIG_CPU_NO_EFFICIENT_FFS is not set CONFIG_CPU_SW_DOMAIN_PAN=y # CONFIG_CPU_THERMAL is not set |