diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-09-10 18:30:12 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-09-10 18:30:12 +0000 |
commit | d0b6cc45afe36853d009128c6f82f5714e865746 (patch) | |
tree | fc8647d3de2ebffb9fac824ccf76ff164e641205 /target/linux/ar71xx/config-2.6.31 | |
parent | 2c6e4f186f37b8c9aed0cbc1c6d0d952ace367f7 (diff) | |
download | upstream-d0b6cc45afe36853d009128c6f82f5714e865746.tar.gz upstream-d0b6cc45afe36853d009128c6f82f5714e865746.tar.bz2 upstream-d0b6cc45afe36853d009128c6f82f5714e865746.zip |
ar71xx: rewrite prom code (based on a patch by Jeff Hansen)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17566 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/config-2.6.31')
-rw-r--r-- | target/linux/ar71xx/config-2.6.31 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/config-2.6.31 b/target/linux/ar71xx/config-2.6.31 index 34b82b8fee..eb70f1b44d 100644 --- a/target/linux/ar71xx/config-2.6.31 +++ b/target/linux/ar71xx/config-2.6.31 @@ -110,7 +110,7 @@ CONFIG_I2C_ALGOBIT=y CONFIG_I2C_BOARDINFO=y CONFIG_I2C_GPIO=y CONFIG_ICPLUS_PHY=y -# CONFIG_IMAGE_CMDLINE_HACK is not set +CONFIG_IMAGE_CMDLINE_HACK=y CONFIG_INITRAMFS_ROOT_GID=0 CONFIG_INITRAMFS_ROOT_UID=0 CONFIG_INITRAMFS_SOURCE="../../root" |