projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix a compile error caused by the devfs removal
[openwrt.git]
/
target
/
linux
/
au1000-2.6
/
config
/
default
diff --git
a/target/linux/au1000-2.6/config/default
b/target/linux/au1000-2.6/config/default
index
351d6fd
..
967703a
100644
(file)
--- a/
target/linux/au1000-2.6/config/default
+++ b/
target/linux/au1000-2.6/config/default
@@
-7,7
+7,7
@@
CONFIG_64BIT_PHYS_ADDR=y
CONFIG_BASE_SMALL=0
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_CHR_DEV_SG=m
CONFIG_BASE_SMALL=0
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_CHR_DEV_SG=m
-CONFIG_CMDLINE="root=/dev/mtdblock0 rootfstype=jffs2"
+CONFIG_CMDLINE="root=/dev/mtdblock0 rootfstype=jffs2
init=/etc/preinit
"
# CONFIG_CPU_BIG_ENDIAN is not set
CONFIG_CPU_HAS_LLSC=y
CONFIG_CPU_HAS_PREFETCH=y
# CONFIG_CPU_BIG_ENDIAN is not set
CONFIG_CPU_HAS_LLSC=y
CONFIG_CPU_HAS_PREFETCH=y
This page took
0.022593 seconds
and
4
git commands to generate.