[OpenWrt-Devel] [PATCH] ramips: add support for Intenso Memory 2 Move USB 3.0

John Crispin blogic at openwrt.org
Sat Jan 17 01:48:24 EST 2015



On 15/01/2015 22:47, Christian Lamparter wrote:
> This adds support for a rt5350-based "portable nas" solution
> from Intenso. The board comes with 32M RAM and 8M Flash, the
> built-in HDD is connected/accessible via a usb3.0<->sata
> bridge VLI VL701.
> 

[....]

> diff --git a/target/linux/ramips/rt305x/profiles/m2m.mk b/target/linux/ramips/rt305x/profiles/m2m.mk
> new file mode 100644
> index 0000000..e5cb6b8
> --- /dev/null
> +++ b/target/linux/ramips/rt305x/profiles/m2m.mk
> @@ -0,0 +1,20 @@
> +#
> +# Copyright (C) 2015 OpenWrt.org
> +#
> +# This is free software, licensed under the GNU General Public License v2.
> +# See /LICENSE for more information.
> +#
> +
> +define Profile/M2M
> +	NAME:=Intenso Memory 2 Move
> +	PACKAGES:=\
> +		kmod-ledtrig-netdev kmod-ledtrig-timer kmod-leds-gpio \
> +		kmod-usb-core kmod-usb2 kmod-usb-storage kmod-scsi-core \
> +		kmod-fs-ext4 kmod-fs-vfat block-mount
> +endef
> +

not sure about the filesystem selection. what filesystem is on the disc
when it is shipped ?



> +define Profile/M2M/Description
> +	Package set for Intenso Memory 2 Move USB 3.0
> +endef
> +
> +$(eval $(call Profile,M2M))
> 
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list