diff options
author | James <> | 2013-03-17 12:16:37 +0000 |
---|---|---|
committer | James <> | 2013-03-17 12:16:37 +0000 |
commit | 27b76ab0671089c47506615a796a261e993896a7 (patch) | |
tree | 61213d67e7fa87b20356b23798558e2c4212c42f /target/linux/ramips/rt3883/profiles | |
download | trunk-36060-master.tar.gz trunk-36060-master.tar.bz2 trunk-36060-master.zip |
Diffstat (limited to 'target/linux/ramips/rt3883/profiles')
11 files changed, 322 insertions, 0 deletions
diff --git a/target/linux/ramips/rt3883/profiles/.svn/entries b/target/linux/ramips/rt3883/profiles/.svn/entries new file mode 100644 index 0000000..1b005cf --- /dev/null +++ b/target/linux/ramips/rt3883/profiles/.svn/entries @@ -0,0 +1,164 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/ramips/rt3883/profiles +svn://svn.openwrt.org/openwrt + + + +2013-02-16T17:26:52.817915Z +35628 +juhosg + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +asus.mk +file + + + + +2013-03-17T12:12:47.000000Z +4050797cb6c39310773ccc1ea2605a59 +2012-09-15T09:20:50.170002Z +33410 +blogic +has-props + + + + + + + + + + + + + + + + + + + + +383 + +d-link.mk +file + + + + +2013-03-17T12:12:47.000000Z +abfcad5972492f3208ae70905e88f09e +2013-02-16T17:26:52.817915Z +35628 +juhosg + + + + + + + + + + + + + + + + + + + + + +387 + +00-default.mk +file + + + + +2013-03-17T12:12:47.000000Z +802966336fe1ed96dd7970b5f9da2ce2 +2012-02-13T15:18:05.964172Z +30499 +juhosg +has-props + + + + + + + + + + + + + + + + + + + + +386 + +trendnet.mk +file + + + + +2013-03-17T12:12:47.000000Z +3069cf274b21f346d8ace0e2c886a57c +2012-10-18T07:23:13.991477Z +33852 +juhosg + + + + + + + + + + + + + + + + + + + + + +575 + diff --git a/target/linux/ramips/rt3883/profiles/.svn/prop-base/00-default.mk.svn-base b/target/linux/ramips/rt3883/profiles/.svn/prop-base/00-default.mk.svn-base new file mode 100644 index 0000000..bdbd305 --- /dev/null +++ b/target/linux/ramips/rt3883/profiles/.svn/prop-base/00-default.mk.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:eol-style +V 6 +native +END diff --git a/target/linux/ramips/rt3883/profiles/.svn/prop-base/asus.mk.svn-base b/target/linux/ramips/rt3883/profiles/.svn/prop-base/asus.mk.svn-base new file mode 100644 index 0000000..bdbd305 --- /dev/null +++ b/target/linux/ramips/rt3883/profiles/.svn/prop-base/asus.mk.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:eol-style +V 6 +native +END 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)) diff --git a/target/linux/ramips/rt3883/profiles/00-default.mk b/target/linux/ramips/rt3883/profiles/00-default.mk new file mode 100644 index 0000000..7007c5d --- /dev/null +++ b/target/linux/ramips/rt3883/profiles/00-default.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/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/asus.mk b/target/linux/ramips/rt3883/profiles/asus.mk new file mode 100644 index 0000000..4c652df --- /dev/null +++ b/target/linux/ramips/rt3883/profiles/asus.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/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/d-link.mk b/target/linux/ramips/rt3883/profiles/d-link.mk new file mode 100644 index 0000000..6c2636a --- /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/trendnet.mk b/target/linux/ramips/rt3883/profiles/trendnet.mk new file mode 100644 index 0000000..89867ac --- /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)) |