diff options
Diffstat (limited to 'target/linux/ramips/rt3883/profiles')
-rw-r--r-- | target/linux/ramips/rt3883/profiles/asus.mk | 2 | ||||
-rw-r--r-- | target/linux/ramips/rt3883/profiles/d-link.mk | 16 | ||||
-rw-r--r-- | target/linux/ramips/rt3883/profiles/omnima.mk | 16 | ||||
-rw-r--r-- | target/linux/ramips/rt3883/profiles/trendnet.mk | 26 |
4 files changed, 59 insertions, 1 deletions
diff --git a/target/linux/ramips/rt3883/profiles/asus.mk b/target/linux/ramips/rt3883/profiles/asus.mk index e1c60eed0..4c652df93 100644 --- a/target/linux/ramips/rt3883/profiles/asus.mk +++ b/target/linux/ramips/rt3883/profiles/asus.mk @@ -7,7 +7,7 @@ define Profile/RTN56U NAME:=Asus RT-N56U - PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb-usb2 swconfig + PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig endef define Profile/RTN56U/Description diff --git a/target/linux/ramips/rt3883/profiles/d-link.mk b/target/linux/ramips/rt3883/profiles/d-link.mk new file mode 100644 index 000000000..6c2636ae6 --- /dev/null +++ b/target/linux/ramips/rt3883/profiles/d-link.mk @@ -0,0 +1,16 @@ +# +# Copyright (C) 2012 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/DIR645 + NAME:=D-Link DIR-645 + PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig +endef + +define Profile/DIR645/Description + Package set compatible with the D-Link DIR-645 board. +endef +$(eval $(call Profile,DIR645)) diff --git a/target/linux/ramips/rt3883/profiles/omnima.mk b/target/linux/ramips/rt3883/profiles/omnima.mk new file mode 100644 index 000000000..2f3171527 --- /dev/null +++ b/target/linux/ramips/rt3883/profiles/omnima.mk @@ -0,0 +1,16 @@ +# +# Copyright (C) 2013 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/OMNIEMBHPM + NAME:=Omnima EMB-HPM board + PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 +endef + +define Profile/OMNIEMBHPM/Description + Package set compatible with the Omnima EMB-HPM board. +endef +$(eval $(call Profile,OMNIEMBHPM)) diff --git a/target/linux/ramips/rt3883/profiles/trendnet.mk b/target/linux/ramips/rt3883/profiles/trendnet.mk new file mode 100644 index 000000000..89867acb0 --- /dev/null +++ b/target/linux/ramips/rt3883/profiles/trendnet.mk @@ -0,0 +1,26 @@ +# +# Copyright (C) 2012 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/TEW691GR + NAME:=TRENDnet TEW-691GR + PACKAGES:=swconfig +endef + +define Profile/TEW691GR/Description + Package set compatible with the TRENDnet TEW-691GR board. +endef +$(eval $(call Profile,TEW691GR)) + +define Profile/TEW692GR + NAME:=TRENDnet TEW-692GR + PACKAGES:=swconfig +endef + +define Profile/TEW692GR/Description + Package set compatible with the TRENDnet TEW-692GR board. +endef +$(eval $(call Profile,TEW692GR)) |