diff options
Diffstat (limited to 'target/linux/ramips/rt305x/profiles/.svn/text-base')
11 files changed, 247 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/profiles/.svn/text-base/00-default.mk.svn-base b/target/linux/ramips/rt305x/profiles/.svn/text-base/00-default.mk.svn-base new file mode 100644 index 0000000..55ac015 --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/.svn/text-base/00-default.mk.svn-base @@ -0,0 +1,18 @@ +# +# Copyright (C) 2011 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Default + NAME:=Default Profile + PACKAGES:=\ + kmod-usb-core kmod-usb-rt305x-dwc_otg \ + kmod-ledtrig-usbdev +endef + +define Profile/Default/Description + Default package set compatible with most boards. +endef +$(eval $(call Profile,Default)) diff --git a/target/linux/ramips/rt305x/profiles/.svn/text-base/allnet.mk.svn-base b/target/linux/ramips/rt305x/profiles/.svn/text-base/allnet.mk.svn-base new file mode 100644 index 0000000..35f6332 --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/.svn/text-base/allnet.mk.svn-base @@ -0,0 +1,41 @@ +# +# Copyright (C) 2012 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/ALL02393G + NAME:=Allnet ALL0239-3G + PACKAGES:=\ + kmod-usb-core kmod-usb-rt305x-dwc_otg \ + kmod-ledtrig-usbdev restorefactory +endef + +define Profile/ALL02393G/Description + Package set for Allnet ALL0239-3G +endef + +$(eval $(call Profile,ALL02393G)) + +define Profile/ALL0256N + NAME:=Allnet ALL0256N + PACKAGES:=restorefactory rssileds +endef + +define Profile/ALL0256N/Description + Package set for Allnet ALL0256N +endef + +$(eval $(call Profile,ALL0256N)) + +define Profile/ALL5002 + NAME:=Allnet ALL5002 + PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev +endef + +define Profile/ALL5002/Description + Package set for Allnet ALL5002 +endef + +$(eval $(call Profile,ALL5002)) diff --git a/target/linux/ramips/rt305x/profiles/.svn/text-base/aztech.mk.svn-base b/target/linux/ramips/rt305x/profiles/.svn/text-base/aztech.mk.svn-base new file mode 100644 index 0000000..ab2d8cb --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/.svn/text-base/aztech.mk.svn-base @@ -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/HW5503G + NAME:=Aztech HW550-3G + PACKAGES:=\ + kmod-usb-core kmod-usb-rt305x-dwc_otg \ + kmod-ledtrig-usbdev +endef + +define Profile/HW5503G/Description + Package set for Aztech HW550-3G +endef + +$(eval $(call Profile,HW5503G)) diff --git a/target/linux/ramips/rt305x/profiles/.svn/text-base/belkin.mk.svn-base b/target/linux/ramips/rt305x/profiles/.svn/text-base/belkin.mk.svn-base new file mode 100644 index 0000000..70d3fa9 --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/.svn/text-base/belkin.mk.svn-base @@ -0,0 +1,20 @@ +# +# Copyright (C) 2012 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/F5D8235V2 + NAME:=Belkin F5D8235 v2 + PACKAGES:=\ + kmod-switch-rtl8366rb kmod-swconfig swconfig \ + kmod-usb-core kmod-usb-rt305x-dwc_otg \ + kmod-ledtrig-usbdev +endef + +define Profile/F5D8235V2/Description + Package set for Belkin F5D8235 v2 +endef + +$(eval $(call Profile,F5D8235V2)) diff --git a/target/linux/ramips/rt305x/profiles/.svn/text-base/broadway.mk.svn-base b/target/linux/ramips/rt305x/profiles/.svn/text-base/broadway.mk.svn-base new file mode 100644 index 0000000..8e994bd --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/.svn/text-base/broadway.mk.svn-base @@ -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)) diff --git a/target/linux/ramips/rt305x/profiles/.svn/text-base/engenius.mk.svn-base b/target/linux/ramips/rt305x/profiles/.svn/text-base/engenius.mk.svn-base new file mode 100644 index 0000000..09c716e --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/.svn/text-base/engenius.mk.svn-base @@ -0,0 +1,16 @@ +# +# Copyright (C) 2011 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/ESR9753 + NAME:=EnGenius Profile + PACKAGES:= +endef + +define Profile/ESR9753/Description + EnGenius profile. +endef +$(eval $(call Profile,ESR9753)) diff --git a/target/linux/ramips/rt305x/profiles/.svn/text-base/fon.mk.svn-base b/target/linux/ramips/rt305x/profiles/.svn/text-base/fon.mk.svn-base new file mode 100644 index 0000000..2e58dd8 --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/.svn/text-base/fon.mk.svn-base @@ -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/FONERA20N + NAME:=Fonera 2.0N + PACKAGES:=\ + kmod-usb-core kmod-usb-rt305x-dwc_otg \ + kmod-ledtrig-usbdev +endef + +define Profile/FONERA20N/Description + Package set for Fonera 2.0N +endef + +$(eval $(call Profile,FONERA20N)) diff --git a/target/linux/ramips/rt305x/profiles/.svn/text-base/freestation5.mk.svn-base b/target/linux/ramips/rt305x/profiles/.svn/text-base/freestation5.mk.svn-base new file mode 100644 index 0000000..6da1e68 --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/.svn/text-base/freestation5.mk.svn-base @@ -0,0 +1,18 @@ +# +# Copyright (C) 2012 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/FREESTATION5 + NAME:=FreeStation5 + PACKAGES:=\ + kmod-usb-rt305x-dwc_otg kmod-rt2500-usb kmod-rt2800-usb kmod-rt2x00-usb +endef + +define Profile/FREESTATION5/Description + Package set for ARC Flex FreeStation5 +endef + +$(eval $(call Profile,FREESTATION5)) diff --git a/target/linux/ramips/rt305x/profiles/.svn/text-base/n13u.mk.svn-base b/target/linux/ramips/rt305x/profiles/.svn/text-base/n13u.mk.svn-base new file mode 100644 index 0000000..6c81722 --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/.svn/text-base/n13u.mk.svn-base @@ -0,0 +1,17 @@ +# +# Copyright (C) 2010 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/RT-N13U + NAME:=Asus RT-N13U + PACKAGES:=kmod-leds-gpio kmod-rt2800-pci wpad-mini kmod-usb-rt305x-dwc_otg +endef + +define Profile/RT-N13U/Description + Package set for Asus RT-N13U. +endef + +$(eval $(call Profile,RT-N13U)) diff --git a/target/linux/ramips/rt305x/profiles/.svn/text-base/tenda.mk.svn-base b/target/linux/ramips/rt305x/profiles/.svn/text-base/tenda.mk.svn-base new file mode 100644 index 0000000..10a4cb3 --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/.svn/text-base/tenda.mk.svn-base @@ -0,0 +1,30 @@ +# +# Copyright (C) 2012 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# 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:= +endef + +define Profile/W306R_V20/Description + Package set for Tenda W306R V2.0 board +endef + +$(eval $(call Profile,W306R_V20)) diff --git a/target/linux/ramips/rt305x/profiles/.svn/text-base/upvel.mk.svn-base b/target/linux/ramips/rt305x/profiles/.svn/text-base/upvel.mk.svn-base new file mode 100644 index 0000000..aff2b94 --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/.svn/text-base/upvel.mk.svn-base @@ -0,0 +1,30 @@ +# +# Copyright (C) 2012 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/UPVEL + NAME:=UPVEL UR-336UN + 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)) + +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)) |