diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-05 09:58:23 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-05 09:58:23 +0000 |
commit | b788a8d82423625a39deaf21d523b7c1b7743a5e (patch) | |
tree | 93b744bdd0af359aca13389c442e5d6993d369a9 /openwrt/target/linux/au1000-2.6/config | |
parent | 3ff4d0bc54268e27995ac9b2360911b09aa91283 (diff) |
More au1000 fixes.
Clean up patch
Add mount_root specific (different partition naming)
Add an init script to kernel command line to set up OpenWrt at boot time
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3730 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/au1000-2.6/config')
-rw-r--r-- | openwrt/target/linux/au1000-2.6/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/au1000-2.6/config b/openwrt/target/linux/au1000-2.6/config index 41a2d0352b..b274fcfd55 100644 --- a/openwrt/target/linux/au1000-2.6/config +++ b/openwrt/target/linux/au1000-2.6/config @@ -1421,7 +1421,7 @@ CONFIG_MAGIC_SYSRQ=y # CONFIG_DEBUG_KERNEL is not set CONFIG_LOG_BUF_SHIFT=14 CONFIG_CROSSCOMPILE=y -CONFIG_CMDLINE="" +CONFIG_CMDLINE="init=/etc/preinit" # # Security options |