diff options
author | John Crispin <john@openwrt.org> | 2015-07-14 07:43:10 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-07-14 07:43:10 +0000 |
commit | d5d3b5e49cf7f7ea8c46605236cbe06eaa850d42 (patch) | |
tree | f9d68e440f707d5ee0cd3015f8bf542650735ee1 /target/linux/gemini/raidsonic | |
parent | 023b0e0b38e9a6a9f30d04576ad665ac053b3661 (diff) | |
download | upstream-d5d3b5e49cf7f7ea8c46605236cbe06eaa850d42.tar.gz upstream-d5d3b5e49cf7f7ea8c46605236cbe06eaa850d42.tar.bz2 upstream-d5d3b5e49cf7f7ea8c46605236cbe06eaa850d42.zip |
gemini: add 4.1 support
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 46353
Diffstat (limited to 'target/linux/gemini/raidsonic')
-rw-r--r-- | target/linux/gemini/raidsonic/config-4.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/gemini/raidsonic/config-4.1 b/target/linux/gemini/raidsonic/config-4.1 new file mode 100644 index 0000000000..91605238b4 --- /dev/null +++ b/target/linux/gemini/raidsonic/config-4.1 @@ -0,0 +1,5 @@ +CONFIG_CMDLINE="rootfstype=squashfs,jffs2 noinitrd console=ttyS0,19200 mem=128M mtdparts=physmap-flash.0:128k(BOOT),3072k(Kern),6144k(Ramdisk),6144k(Application),128k(VCTL),640k(CurConf),128k(FIS-directory),12288k@0x320000(rootfs),15360k@0x20000(firmware) root=/dev/mtdblock7" +CONFIG_MACH_NAS4220B=y +CONFIG_MTD_CMDLINE_PARTS=y +# CONFIG_MTD_REDBOOT_PARTS is not set +CONFIG_MTD_SPLIT_FIRMWARE=y |