diff options
Diffstat (limited to 'target/linux/ramips/rt305x/profiles')
-rw-r--r-- | target/linux/ramips/rt305x/profiles/00-default.mk | 18 | ||||
-rw-r--r-- | target/linux/ramips/rt305x/profiles/allnet.mk | 41 | ||||
-rw-r--r-- | target/linux/ramips/rt305x/profiles/aztech.mk | 19 | ||||
-rw-r--r-- | target/linux/ramips/rt305x/profiles/belkin.mk | 20 | ||||
-rw-r--r-- | target/linux/ramips/rt305x/profiles/engenius.mk | 16 | ||||
-rw-r--r-- | target/linux/ramips/rt305x/profiles/freestation5.mk | 18 | ||||
-rw-r--r-- | target/linux/ramips/rt305x/profiles/tenda.mk | 17 | ||||
-rw-r--r-- | target/linux/ramips/rt305x/profiles/upvel.mk | 18 |
8 files changed, 167 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/profiles/00-default.mk b/target/linux/ramips/rt305x/profiles/00-default.mk new file mode 100644 index 000000000..55ac015bb --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/00-default.mk @@ -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/allnet.mk b/target/linux/ramips/rt305x/profiles/allnet.mk new file mode 100644 index 000000000..fb3e4d411 --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/allnet.mk @@ -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 +endef + +define Profile/ALL02393G/Description + Package set for Allnet ALL0239-3G +endef + +$(eval $(call Profile,ALL02393G)) + +define Profile/ALL0256N + NAME:=Allnet ALL0256N + PACKAGES:=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/aztech.mk b/target/linux/ramips/rt305x/profiles/aztech.mk new file mode 100644 index 000000000..ab2d8cba2 --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/aztech.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/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/belkin.mk b/target/linux/ramips/rt305x/profiles/belkin.mk new file mode 100644 index 000000000..70d3fa940 --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/belkin.mk @@ -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/engenius.mk b/target/linux/ramips/rt305x/profiles/engenius.mk new file mode 100644 index 000000000..09c716ecd --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/engenius.mk @@ -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/freestation5.mk b/target/linux/ramips/rt305x/profiles/freestation5.mk new file mode 100644 index 000000000..6da1e68c2 --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/freestation5.mk @@ -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/tenda.mk b/target/linux/ramips/rt305x/profiles/tenda.mk new file mode 100644 index 000000000..5e45b5f91 --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/tenda.mk @@ -0,0 +1,17 @@ +# +# Copyright (C) 2012 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +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/upvel.mk b/target/linux/ramips/rt305x/profiles/upvel.mk new file mode 100644 index 000000000..fa1c9936d --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/upvel.mk @@ -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/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)) |