diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-10 18:30:01 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-10 18:30:01 +0000 |
commit | 31cee17e3864f7a4f4c2e3ab662c78425210b39d (patch) | |
tree | b139c7084821e451ccd45639fc2f68a737b9104d /target/linux/ar7 | |
parent | 86dc5a474935ce5a6415ce4fe3f19f99cb226a35 (diff) |
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/ar7')
-rw-r--r-- | target/linux/ar7/config-2.6.27 | 1 | ||||
-rw-r--r-- | target/linux/ar7/config-default | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar7/config-2.6.27 b/target/linux/ar7/config-2.6.27 index 07efaf86b4..6f419ca155 100644 --- a/target/linux/ar7/config-2.6.27 +++ b/target/linux/ar7/config-2.6.27 @@ -76,6 +76,7 @@ CONFIG_HAVE_OPROFILE=y CONFIG_HW_RANDOM=y # CONFIG_I2C is not set # CONFIG_IDE is not set +# CONFIG_IMAGE_CMDLINE_HACK is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_IRQ_CPU=y # CONFIG_ISDN is not set diff --git a/target/linux/ar7/config-default b/target/linux/ar7/config-default index 7c81c1e522..f8c6f3c8ed 100644 --- a/target/linux/ar7/config-default +++ b/target/linux/ar7/config-default @@ -77,6 +77,7 @@ CONFIG_HAVE_MLOCK=y CONFIG_HAVE_OPROFILE=y CONFIG_HW_RANDOM=y # CONFIG_I2C is not set +# CONFIG_IMAGE_CMDLINE_HACK is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_IRQ_CPU=y # CONFIG_ISDN is not set |