[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Recognize QNAP TS-12x, TS-22x and TS-42x devices.



On Thu, 2013-07-18 at 21:44 +0100, Martin Michlmayr wrote:
> I just commited 81109010691ee0fc9357bd10be8fe116b9bb9f84 to recognize
> some new devices from QNAP (this is the only change needed in d-i).
> 

Do any of these guys need qcontrol support -- I'm thinking of the
hardware watchdog in particular...

> Cyril, can you review and apply to the wheezy branch.  Thanks.
> 
> 
> diff --git a/build/boot/arm/qnap-flash-debian b/build/boot/arm/qnap-flash-debian
> index 01b946f..b21df14 100644
> --- a/build/boot/arm/qnap-flash-debian
> +++ b/build/boot/arm/qnap-flash-debian
> @@ -35,9 +35,15 @@ if [ -n "$qnap" ]; then
>  		"Q600" | "Q700" | "TS-110"* | "TS-112"* | "TS-119"* | "TS-210"* | "TS-212"* | "TS-219"*)
>  			qnap="TS-11x/TS-21x"
>  		;;
> +		"TS-120"* | "TS-121"* | "TS-220"* | "TS-221"*)
> +			qnap="TS-11x/TS-21x"
> +		;;
>  		"TS-410"* | "TS-412"* | "TS-419"*)
>  			qnap="TS-41x"
>  		;;
> +		"TS-420"* | "TS-421"*)
> +			qnap="TS-41x"
> +		;;
>  		*)
>  			echo "Unknown QNAP model $model: please report this to debian-arm@lists.debian.org"
>  			exit 1
> diff --git a/debian/changelog b/debian/changelog
> index e349685..a60cc10 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -27,6 +27,9 @@ debian-installer (2013XXXX) UNRELEASED; urgency=low
>    * Fix GRUB EFI prefix in efi-image to work properly with GRUB
>      2.00. Patch stolen^Wborrowed from Colin in Ubuntu's d-i code.
>  
> +  [ Martin Michlmayr ]
> +  * Recognize QNAP TS-12x, TS-22x and TS-42x devices.
> +
>   -- Samuel Thibault <sthibault@debian.org>  Wed, 01 May 2013 14:18:04 +0200
>  
>  debian-installer (20130430) unstable; urgency=low
> 
> -- 
> Martin Michlmayr
> http://www.cyrius.com/
> 
> 



Reply to: