aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/ixp4xx-kernel.inc
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-12-01 11:48:52 +0000
committerRod Whitby <rod@whitby.id.au>2006-12-01 11:48:52 +0000
commit4f5c930a154ba8d00e9de3b9f4276d4613e41230 (patch)
tree793632d89cca234c550039b35bf4c083f4ee9890 /packages/linux/ixp4xx-kernel.inc
parent3d90c4bd302eddeff2cbf9fc089244b0d4e74ea3 (diff)
downloadopenembedded-4f5c930a154ba8d00e9de3b9f4276d4613e41230.tar.gz
ixp4xx-kernel.inc: Removed jffs2 endianness patch (it's always native endian)
Diffstat (limited to 'packages/linux/ixp4xx-kernel.inc')
-rw-r--r--packages/linux/ixp4xx-kernel.inc11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/linux/ixp4xx-kernel.inc b/packages/linux/ixp4xx-kernel.inc
index 4e62025083..4c5751565f 100644
--- a/packages/linux/ixp4xx-kernel.inc
+++ b/packages/linux/ixp4xx-kernel.inc
@@ -190,14 +190,6 @@ do_configure_prepend() {
then
echo 'CONFIG_CPU_BIG_ENDIAN=y' >>'${S}/.config'
fi
- if test '${SLUGOS_IMAGESEX}' = big-endian
- then
- echo 'CONFIG_JFFS2_BIG_ENDIAN=y' >>'${S}/.config'
- fi
- if test '${SLUGOS_IMAGESEX}' = little-endian
- then
- echo 'CONFIG_JFFS2_LITTLE_ENDIAN=y' >>'${S}/.config'
- fi
if [ "${TARGET_OS}" == "linux-gnueabi" -o "${TARGET_OS}" == "linux-uclibcgnueabi" ]; then
echo "CONFIG_AEABI=y" >> ${S}/.config
@@ -209,9 +201,6 @@ do_configure_prepend() {
sed -e '/CONFIG_CPU_BIG_ENDIAN/d' \
-e '/CONFIG_CMDLINE=/d' \
- -e '/CONFIG_JFFS2_NATIVE_ENDIAN=/d' \
- -e '/CONFIG_JFFS2_BIG_ENDIAN=/d' \
- -e '/CONFIG_JFFS2_LITTLE_ENDIAN=/d' \
-e '/CONFIG_AEABI/d' \
-e '/CONFIG_OABI_COMPAT=/d' \
'${WORKDIR}/defconfig' >>'${S}/.config'