mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 17:47:11 +02:00
bd981197df
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22900 3c298f89-4303-0410-b956-a3cf2f4a3e73
24 lines
1.1 KiB
Diff
24 lines
1.1 KiB
Diff
--- a/src/mach-ixp42x/slugos-nslu2-armeb_config
|
|
+++ b/src/mach-ixp42x/slugos-nslu2-armeb_config
|
|
@@ -19,7 +19,7 @@ CONFIG_EXPERIMENTAL=y
|
|
#
|
|
# General Setup
|
|
#
|
|
-CONFIG_TARGET_DESCRIPTION="SlugOS NSLU2 (bigendian)"
|
|
+CONFIG_TARGET_DESCRIPTION="OpenWRT NSLU2 (8MiB Flash)"
|
|
CONFIG_CROSS_COMPILE=""
|
|
CONFIG_AEABI=y
|
|
# CONFIG_DRIVER_LONG_LONG_SIZE is not set
|
|
@@ -163,9 +163,9 @@ CONFIG_ENV_REGION_KERNEL_ALT="fis://kern
|
|
# Overrides
|
|
#
|
|
CONFIG_ENV_DEFAULT_CMDLINE_OVERRIDE=y
|
|
-CONFIG_ENV_DEFAULT_CMDLINE="root=/dev/mtdblock4 rootfstype=jffs2 console=ttyS0,115200 init=/linuxrc"
|
|
+CONFIG_ENV_DEFAULT_CMDLINE="root=/dev/mtdblock4 rootfstype=squashfs,jffs2 console=ttyS0,115200 init=/etc/preinit noinitrd"
|
|
CONFIG_ENV_DEFAULT_CMDLINE_ALT_P=y
|
|
-CONFIG_ENV_DEFAULT_CMDLINE_ALT="root=/dev/mtdblock4 rootfstype=jffs2 console=ttyS0,115200 init=/linuxrc"
|
|
+CONFIG_ENV_DEFAULT_CMDLINE_ALT="root=/dev/mtdblock4 rootfstype=squashfs,jffs2 console=ttyS0,115200 init=/etc/preinit noinitrd"
|
|
# CONFIG_ENV_DEFAULT_STARTUP_OVERRIDE is not set
|
|
# CONFIG_ENV_DEFAULT_STARTUP_ALT_P is not set
|
|
CONFIG_USES_NOR_BOOTFLASH=y
|