From 18d6fa365511069dc5cb54274497319afed99439 Mon Sep 17 00:00:00 2001 From: blogic Date: Mon, 10 Dec 2012 14:13:01 +0000 Subject: [ramips] add support for Hauppauge Broadway This patch introduces OpenWRT support for the base Hauppauge/PCTV Broadway platform. It doesn't deal with the TV tuner or transcoder at this point, but the core functionality is working (Ethernet, wireless, USB, buttons, LEDs, etc). Signed-off-by: Devin Heitmueller git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34595 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/rt305x/profiles/broadway.mk | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 target/linux/ramips/rt305x/profiles/broadway.mk (limited to 'target/linux/ramips/rt305x/profiles') diff --git a/target/linux/ramips/rt305x/profiles/broadway.mk b/target/linux/ramips/rt305x/profiles/broadway.mk new file mode 100644 index 000000000..8e994bdb8 --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/broadway.mk @@ -0,0 +1,19 @@ +# +# Copyright (C) 2012 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/BROADWAY + NAME:=Hauppauge Broadway + PACKAGES:=\ + kmod-usb-core kmod-usb-rt305x-dwc_otg \ + kmod-ledtrig-usbdev restorefactory +endef + +define Profile/BROADWAY/Description + Package set for Hauppauge Broadway +endef + +$(eval $(call Profile,BROADWAY)) -- cgit v1.2.3 From 9a3844c7cd403e64782312b277a3bb28a2e58c32 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sat, 19 Jan 2013 17:05:07 +0000 Subject: ramips: add profile and build image for the Tenda 3G300M Factory image should be used to flash from original firmware. [juhosg: use the GENERIC_4M template] Signed-off-by: Cezary Jackiewicz Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35246 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/rt305x/profiles/tenda.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'target/linux/ramips/rt305x/profiles') diff --git a/target/linux/ramips/rt305x/profiles/tenda.mk b/target/linux/ramips/rt305x/profiles/tenda.mk index 5e45b5f91..10a4cb307 100644 --- a/target/linux/ramips/rt305x/profiles/tenda.mk +++ b/target/linux/ramips/rt305x/profiles/tenda.mk @@ -5,6 +5,19 @@ # See /LICENSE for more information. # +define Profile/3G300M + NAME:=Tenda 3G300M + PACKAGES:=\ + kmod-usb-core kmod-usb-rt305x-dwc_otg \ + kmod-ledtrig-usbdev +endef + +define Profile/3G300M/Description + Package set for Tenda 3G300M board +endef + +$(eval $(call Profile,3G300M)) + define Profile/W306R_V20 NAME:=Tenda W306R V2.0 PACKAGES:= -- cgit v1.2.3 From c5562bca8550afe453966a0428dcefe392366c36 Mon Sep 17 00:00:00 2001 From: juhosg Date: Mon, 11 Mar 2013 21:02:45 +0000 Subject: ramips: add profile and build image for the Upvel UR-326N4G board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch from: Дмитрий Лебедев Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35972 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/rt305x/profiles/upvel.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target/linux/ramips/rt305x/profiles') diff --git a/target/linux/ramips/rt305x/profiles/upvel.mk b/target/linux/ramips/rt305x/profiles/upvel.mk index fa1c9936d..aff2b94ee 100644 --- a/target/linux/ramips/rt305x/profiles/upvel.mk +++ b/target/linux/ramips/rt305x/profiles/upvel.mk @@ -16,3 +16,15 @@ define Profile/UPVEL/Description Default package set compatible with URVEL router board. endef $(eval $(call Profile,UPVEL)) + +define Profile/UPVEL_326 + NAME:=UPVEL UR-326N4G + PACKAGES:=\ + kmod-usb-core kmod-usb-rt305x-dwc_otg \ + kmod-ledtrig-usbdev +endef + +define Profile/UPVEL/Description + Default package set compatible with URVEL router board. +endef +$(eval $(call Profile,UPVEL_326)) -- cgit v1.2.3 From d8f752fb464c76877685edfde4f727645e23e059 Mon Sep 17 00:00:00 2001 From: blogic Date: Wed, 3 Apr 2013 09:59:41 +0000 Subject: [ramips] fix upvel profile names Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36167 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/rt305x/profiles/upvel.mk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'target/linux/ramips/rt305x/profiles') diff --git a/target/linux/ramips/rt305x/profiles/upvel.mk b/target/linux/ramips/rt305x/profiles/upvel.mk index aff2b94ee..3910c8f16 100644 --- a/target/linux/ramips/rt305x/profiles/upvel.mk +++ b/target/linux/ramips/rt305x/profiles/upvel.mk @@ -5,26 +5,26 @@ # See /LICENSE for more information. # -define Profile/UPVEL +define Profile/UR-336UN NAME:=UPVEL UR-336UN PACKAGES:=\ kmod-usb-core kmod-usb-rt305x-dwc_otg \ kmod-ledtrig-usbdev endef -define Profile/UPVEL/Description +define Profile/UR-336UN/Description Default package set compatible with URVEL router board. endef -$(eval $(call Profile,UPVEL)) +$(eval $(call Profile,UR-336UN)) -define Profile/UPVEL_326 +define Profile/UR-326N4G NAME:=UPVEL UR-326N4G PACKAGES:=\ kmod-usb-core kmod-usb-rt305x-dwc_otg \ kmod-ledtrig-usbdev endef -define Profile/UPVEL/Description +define Profile/UR-326N4G/Description Default package set compatible with URVEL router board. endef -$(eval $(call Profile,UPVEL_326)) +$(eval $(call Profile,UR-326N4G)) -- cgit v1.2.3 From 1ee7540ab7a93de859122b9ffef0b6b4f7017aa6 Mon Sep 17 00:00:00 2001 From: blogic Date: Wed, 3 Apr 2013 10:00:16 +0000 Subject: [ramips] fix ALL5002 default package selection Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36175 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/rt305x/profiles/allnet.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/ramips/rt305x/profiles') diff --git a/target/linux/ramips/rt305x/profiles/allnet.mk b/target/linux/ramips/rt305x/profiles/allnet.mk index 35f6332d2..4ec2ffdd5 100644 --- a/target/linux/ramips/rt305x/profiles/allnet.mk +++ b/target/linux/ramips/rt305x/profiles/allnet.mk @@ -31,7 +31,8 @@ $(eval $(call Profile,ALL0256N)) define Profile/ALL5002 NAME:=Allnet ALL5002 - PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev + PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \ + kmod-i2c-core kmod-i2c-gpio kmod-hwmon-lm92 kmod-gpio-pcf857x endef define Profile/ALL5002/Description -- cgit v1.2.3 From 6c0f28a0d8f1bfdafa5a05cba6dfa870ef2f7850 Mon Sep 17 00:00:00 2001 From: blogic Date: Thu, 25 Apr 2013 19:02:53 +0000 Subject: ramips: Add Alpha ASL-26555 support. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This board uses a TrendChip SOC with its own RAM/Flash for ADSL support. We know both SOCs are connected through ethernet and use some kind of protocol for UART communication, but due to the lack of GPL sources we couldn't get it to work. For this reason the network is configured only for LAN. There are two versions (Chile 8MB and Spain 16MB). Wiki: http://wiki.openwrt.org/toh/alpha/asl26555 Signed-off-by: Esteban Benito Signed-off-by: Álvaro Fernández Rojas Patchwork: http://patchwork.openwrt.org/patch/3571/ Acked-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36433 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/rt305x/profiles/alpha.mk | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 target/linux/ramips/rt305x/profiles/alpha.mk (limited to 'target/linux/ramips/rt305x/profiles') diff --git a/target/linux/ramips/rt305x/profiles/alpha.mk b/target/linux/ramips/rt305x/profiles/alpha.mk new file mode 100644 index 000000000..a537509a9 --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/alpha.mk @@ -0,0 +1,19 @@ +# +# Copyright (C) 2013 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/ASL26555 + NAME:=Alpha ASL26555 + PACKAGES:=\ + kmod-usb-core kmod-usb-rt305x-dwc_otg \ + kmod-ledtrig-usbdev +endef + +define Profile/ASL26555/Description + Package set for Alpha ASL26555 +endef + +$(eval $(call Profile,ASL26555)) -- cgit v1.2.3 From ef18e846dcfb55f39794bc510da4f85da85d5452 Mon Sep 17 00:00:00 2001 From: blogic Date: Thu, 25 Apr 2013 19:03:01 +0000 Subject: ramips: introduce DTS for ALL5003 Prior to the switch to 3.8, ALL5002 and ALL5003 boards shared mach-all5002.c. With the change to DTS, this is no longer accurate, as ALL5002 is based on Rt3352 SoC while ALL5003 is based on Rt5350 SoC, therefore the corresponding rt5350.dtsi need to be included for ALL5003. Signed-off-by: Daniel Golle Patchwork: http://patchwork.openwrt.org/patch/3557/ Acked-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36435 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/rt305x/profiles/allnet.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target/linux/ramips/rt305x/profiles') diff --git a/target/linux/ramips/rt305x/profiles/allnet.mk b/target/linux/ramips/rt305x/profiles/allnet.mk index 4ec2ffdd5..858891f4d 100644 --- a/target/linux/ramips/rt305x/profiles/allnet.mk +++ b/target/linux/ramips/rt305x/profiles/allnet.mk @@ -40,3 +40,15 @@ define Profile/ALL5002/Description endef $(eval $(call Profile,ALL5002)) + +define Profile/ALL5003 + NAME:=Allnet ALL5003 + PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \ + kmod-i2c-core kmod-i2c-gpio kmod-hwmon-lm92 kmod-gpio-pcf857x +endef + +define Profile/ALL5003/Description + Package set for Allnet ALL5003 +endef + +$(eval $(call Profile,ALL5003)) -- cgit v1.2.3 From e1cc135c655523b1861b6721cb46072529286c51 Mon Sep 17 00:00:00 2001 From: blogic Date: Tue, 30 Apr 2013 08:24:26 +0000 Subject: ramips: move dlink profile to correct sub folder Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36487 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/ramips/rt305x/profiles/profiles/dlink.mk | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 target/linux/ramips/rt305x/profiles/profiles/dlink.mk (limited to 'target/linux/ramips/rt305x/profiles') diff --git a/target/linux/ramips/rt305x/profiles/profiles/dlink.mk b/target/linux/ramips/rt305x/profiles/profiles/dlink.mk new file mode 100644 index 000000000..29d8b7c38 --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/profiles/dlink.mk @@ -0,0 +1,20 @@ +# +# Copyright (C) 2013 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/DIR615H1 + NAME:=Dlink DIR-615 H1 + PACKAGES:=\ + -kmod-usb-core -kmod-usb-rt305x-dwc_otg \ + -kmod-ledtrig-usbdev +endef + +define Profile/DIR615H1/Description + Package set for Dlink DIR-615 H1 board +endef + +$(eval $(call Profile,DIR615H1)) + -- cgit v1.2.3 From 6ec7494ee1c27cf04b2b37c87ec400d2bf4d1237 Mon Sep 17 00:00:00 2001 From: blogic Date: Tue, 30 Apr 2013 10:34:20 +0000 Subject: ramips: move dlink profile to correct sub folder - 2nd try Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36489 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/rt305x/profiles/dlink.mk | 20 ++++++++++++++++++++ .../linux/ramips/rt305x/profiles/profiles/dlink.mk | 20 -------------------- 2 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 target/linux/ramips/rt305x/profiles/dlink.mk delete mode 100644 target/linux/ramips/rt305x/profiles/profiles/dlink.mk (limited to 'target/linux/ramips/rt305x/profiles') diff --git a/target/linux/ramips/rt305x/profiles/dlink.mk b/target/linux/ramips/rt305x/profiles/dlink.mk new file mode 100644 index 000000000..29d8b7c38 --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/dlink.mk @@ -0,0 +1,20 @@ +# +# Copyright (C) 2013 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/DIR615H1 + NAME:=Dlink DIR-615 H1 + PACKAGES:=\ + -kmod-usb-core -kmod-usb-rt305x-dwc_otg \ + -kmod-ledtrig-usbdev +endef + +define Profile/DIR615H1/Description + Package set for Dlink DIR-615 H1 board +endef + +$(eval $(call Profile,DIR615H1)) + diff --git a/target/linux/ramips/rt305x/profiles/profiles/dlink.mk b/target/linux/ramips/rt305x/profiles/profiles/dlink.mk deleted file mode 100644 index 29d8b7c38..000000000 --- a/target/linux/ramips/rt305x/profiles/profiles/dlink.mk +++ /dev/null @@ -1,20 +0,0 @@ -# -# Copyright (C) 2013 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/DIR615H1 - NAME:=Dlink DIR-615 H1 - PACKAGES:=\ - -kmod-usb-core -kmod-usb-rt305x-dwc_otg \ - -kmod-ledtrig-usbdev -endef - -define Profile/DIR615H1/Description - Package set for Dlink DIR-615 H1 board -endef - -$(eval $(call Profile,DIR615H1)) - -- cgit v1.2.3 From 879ea89c252b59a44a6abe06cb8695a0695d676f Mon Sep 17 00:00:00 2001 From: blogic Date: Mon, 6 May 2013 16:45:35 +0000 Subject: ramips: Update ARC Freestation profile These devices are actually built around the 8devices Carambola dev board. ARC FreeStation, Flex mARC, iFlex, and SplitStation devices are supported with this image, see "ARCFlex Firmware Downloads": http://www.antennas.com/wiki/index.php?title=ARC-OS_Firmware_Downloads_and_Revision_History Funnily enough if present the external USB wlan ends up being wlan-0, with the SoC device being wlan-1. - Invert port map so special handling of vlan config can be removed. - Add LED config similar to original ArcOS firmware. - Add GPIO export for enabling PoE passthrough from ethernet port 0 to port 1 - Get MACs from factory partition. - Update description to list supported devices. - Carambola uses RT3050 (not RT3052), though my Carambola CPU actually reports itself as being an RT3350 while still having RT3050F markings. Signed-off-by: Tobias Diedrich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36564 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/rt305x/profiles/freestation5.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/rt305x/profiles') diff --git a/target/linux/ramips/rt305x/profiles/freestation5.mk b/target/linux/ramips/rt305x/profiles/freestation5.mk index 6da1e68c2..a3c105b95 100644 --- a/target/linux/ramips/rt305x/profiles/freestation5.mk +++ b/target/linux/ramips/rt305x/profiles/freestation5.mk @@ -12,7 +12,7 @@ define Profile/FREESTATION5 endef define Profile/FREESTATION5/Description - Package set for ARC Flex FreeStation5 + Package set for ARC FreeStation, Flex mARC, iFlex, and SplitStation endef $(eval $(call Profile,FREESTATION5)) -- cgit v1.2.3