diff options
Diffstat (limited to 'target/linux/ramips/rt3883/profiles/.svn/text-base')
4 files changed, 74 insertions, 0 deletions
diff --git a/target/linux/ramips/rt3883/profiles/.svn/text-base/00-default.mk.svn-base b/target/linux/ramips/rt3883/profiles/.svn/text-base/00-default.mk.svn-base new file mode 100644 index 0000000..7007c5d --- /dev/null +++ b/target/linux/ramips/rt3883/profiles/.svn/text-base/00-default.mk.svn-base @@ -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/Default + NAME:=Default Profile + PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig +endef + +define Profile/Default/Description + Default package set compatible with most boards. +endef +$(eval $(call Profile,Default)) diff --git a/target/linux/ramips/rt3883/profiles/.svn/text-base/asus.mk.svn-base b/target/linux/ramips/rt3883/profiles/.svn/text-base/asus.mk.svn-base new file mode 100644 index 0000000..4c652df --- /dev/null +++ b/target/linux/ramips/rt3883/profiles/.svn/text-base/asus.mk.svn-base @@ -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/RTN56U + NAME:=Asus RT-N56U + PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig +endef + +define Profile/RTN56U/Description + Package set compatible with the Asus RT-N56U board. +endef +$(eval $(call Profile,RTN56U)) diff --git a/target/linux/ramips/rt3883/profiles/.svn/text-base/d-link.mk.svn-base b/target/linux/ramips/rt3883/profiles/.svn/text-base/d-link.mk.svn-base new file mode 100644 index 0000000..6c2636a --- /dev/null +++ b/target/linux/ramips/rt3883/profiles/.svn/text-base/d-link.mk.svn-base @@ -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/.svn/text-base/trendnet.mk.svn-base b/target/linux/ramips/rt3883/profiles/.svn/text-base/trendnet.mk.svn-base new file mode 100644 index 0000000..89867ac --- /dev/null +++ b/target/linux/ramips/rt3883/profiles/.svn/text-base/trendnet.mk.svn-base @@ -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)) |