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.28 | |
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.28')
-rw-r--r-- | target/linux/ar71xx/config-2.6.28 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/config-2.6.28 b/target/linux/ar71xx/config-2.6.28 index cad5e4da49..aab637e4cf 100644 --- a/target/linux/ar71xx/config-2.6.28 +++ b/target/linux/ar71xx/config-2.6.28 @@ -98,7 +98,7 @@ CONFIG_I2C_BOARDINFO=y CONFIG_I2C_GPIO=y CONFIG_ICPLUS_PHY=y # CONFIG_IDE is not set -# 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" |