diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-09-10 18:30:01 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-09-10 18:30:01 +0000 |
commit | a1d5e060e34e24e10a0f6303b27bfbed20cf6694 (patch) | |
tree | b139c7084821e451ccd45639fc2f68a737b9104d /target/linux/brcm47xx | |
parent | 5a42b0b7667dd686d30c3cd876422f437fce8e21 (diff) | |
download | upstream-a1d5e060e34e24e10a0f6303b27bfbed20cf6694.tar.gz upstream-a1d5e060e34e24e10a0f6303b27bfbed20cf6694.tar.bz2 upstream-a1d5e060e34e24e10a0f6303b27bfbed20cf6694.zip |
kernel: add generic image_cmdline hack to MIPS targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17563 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r-- | target/linux/brcm47xx/config-2.6.28 | 1 | ||||
-rw-r--r-- | target/linux/brcm47xx/config-2.6.30 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/config-2.6.28 b/target/linux/brcm47xx/config-2.6.28 index fd7ffeedf6..91920c79f9 100644 --- a/target/linux/brcm47xx/config-2.6.28 +++ b/target/linux/brcm47xx/config-2.6.28 @@ -79,6 +79,7 @@ CONFIG_HZ=250 CONFIG_HZ_250=y # CONFIG_I2C is not set # CONFIG_IDE is not set +# CONFIG_IMAGE_CMDLINE_HACK is not set CONFIG_INITRAMFS_SOURCE="" # CONFIG_IP_ROUTE_VERBOSE is not set CONFIG_IRQ_CPU=y diff --git a/target/linux/brcm47xx/config-2.6.30 b/target/linux/brcm47xx/config-2.6.30 index 967c586f93..77c42b61e3 100644 --- a/target/linux/brcm47xx/config-2.6.30 +++ b/target/linux/brcm47xx/config-2.6.30 @@ -90,6 +90,7 @@ CONFIG_HZ=250 # CONFIG_HZ_100 is not set CONFIG_HZ_250=y # CONFIG_I2C is not set +# CONFIG_IMAGE_CMDLINE_HACK is not set CONFIG_INITRAMFS_SOURCE="" # CONFIG_IP_ROUTE_VERBOSE is not set CONFIG_IRQ_CPU=y |