diff options
Diffstat (limited to 'target/linux/ar7/generic')
14 files changed, 441 insertions, 0 deletions
diff --git a/target/linux/ar7/generic/.svn/entries b/target/linux/ar7/generic/.svn/entries new file mode 100644 index 0000000..da082c4 --- /dev/null +++ b/target/linux/ar7/generic/.svn/entries @@ -0,0 +1,99 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/ar7/generic +svn://svn.openwrt.org/openwrt + + + +2012-11-16T13:00:55.484515Z +34208 +florian + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +profiles +dir + +config-default +file + + + + +2013-03-17T12:12:18.000000Z +18750a23a760ef8f7eab29e7e0ab2205 +2012-11-11T16:11:29.863736Z +34147 +florian + + + + + + + + + + + + + + + + + + + + + +161 + +target.mk +file + + + + +2013-03-17T12:12:18.000000Z +01e331e5926cd22993142fb983b96a4d +2012-11-16T13:00:55.484515Z +34208 +florian + + + + + + + + + + + + + + + + + + + + + +241 + diff --git a/target/linux/ar7/generic/.svn/text-base/config-default.svn-base b/target/linux/ar7/generic/.svn/text-base/config-default.svn-base new file mode 100644 index 0000000..b3b9a93 --- /dev/null +++ b/target/linux/ar7/generic/.svn/text-base/config-default.svn-base @@ -0,0 +1,6 @@ +# CONFIG_AR7_AC49X is not set +CONFIG_AR7_TI=y +# CONFIG_AR7_TYPE_AC49X is not set +CONFIG_AR7_TYPE_TI=y +# CONFIG_MTD_AC49X_PARTS is not set +CONFIG_MTD_AR7_PARTS=y diff --git a/target/linux/ar7/generic/.svn/text-base/target.mk.svn-base b/target/linux/ar7/generic/.svn/text-base/target.mk.svn-base new file mode 100644 index 0000000..8b5350e --- /dev/null +++ b/target/linux/ar7/generic/.svn/text-base/target.mk.svn-base @@ -0,0 +1,12 @@ +# +# Copyright (C) 2012 OpenWrt.org +# + +SUBTARGET:=generic +BOARDNAME:=Texas Instruments AR7 boards + +DEFAULT_PACKAGES+= kmod-mac80211 kmod-acx-mac80211 wpad-mini + +define Target/Description + Build firmware images for TI AR7 based routers. +endef diff --git a/target/linux/ar7/generic/config-default b/target/linux/ar7/generic/config-default new file mode 100644 index 0000000..b3b9a93 --- /dev/null +++ b/target/linux/ar7/generic/config-default @@ -0,0 +1,6 @@ +# CONFIG_AR7_AC49X is not set +CONFIG_AR7_TI=y +# CONFIG_AR7_TYPE_AC49X is not set +CONFIG_AR7_TYPE_TI=y +# CONFIG_MTD_AC49X_PARTS is not set +CONFIG_MTD_AR7_PARTS=y diff --git a/target/linux/ar7/generic/profiles/.svn/entries b/target/linux/ar7/generic/profiles/.svn/entries new file mode 100644 index 0000000..23e4b09 --- /dev/null +++ b/target/linux/ar7/generic/profiles/.svn/entries @@ -0,0 +1,164 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/ar7/generic/profiles +svn://svn.openwrt.org/openwrt + + + +2012-11-16T13:00:48.368717Z +34206 +florian + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +210-None.mk +file + + + + +2013-03-17T12:12:18.000000Z +6540d2eecb535c67b7ee6be21a5d8983 +2012-11-11T16:11:29.863736Z +34147 +florian + + + + + + + + + + + + + + + + + + + + + +310 + +200-Texas.mk +file + + + + +2013-03-17T12:12:18.000000Z +af31b17aab83f048f9e13cd05246e4a1 +2012-11-11T16:11:29.863736Z +34147 +florian + + + + + + + + + + + + + + + + + + + + + +428 + +100-Annex-A.mk +file + + + + +2013-03-17T12:12:18.000000Z +8c4dc02e635452cbabf5b16713c0c137 +2012-11-16T13:00:48.368717Z +34206 +florian + + + + + + + + + + + + + + + + + + + + + +458 + +110-Annex-B.mk +file + + + + +2013-03-17T12:12:18.000000Z +81149af238f238326e51a9caa28ac685 +2012-11-16T13:00:48.368717Z +34206 +florian + + + + + + + + + + + + + + + + + + + + + +441 + diff --git a/target/linux/ar7/generic/profiles/.svn/text-base/100-Annex-A.mk.svn-base b/target/linux/ar7/generic/profiles/.svn/text-base/100-Annex-A.mk.svn-base new file mode 100644 index 0000000..d8e549e --- /dev/null +++ b/target/linux/ar7/generic/profiles/.svn/text-base/100-Annex-A.mk.svn-base @@ -0,0 +1,18 @@ +# +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Annex-A + NAME:=Annex-A DSL firmware (default) + PACKAGES:=kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl \ + kmod-sangam-atm-annex-a +endef + +define Profile/Annex-A/Description + Package set compatible with Annex-A DSL lines (most countries). +endef +$(eval $(call Profile,Annex-A)) + diff --git a/target/linux/ar7/generic/profiles/.svn/text-base/110-Annex-B.mk.svn-base b/target/linux/ar7/generic/profiles/.svn/text-base/110-Annex-B.mk.svn-base new file mode 100644 index 0000000..55de1fc --- /dev/null +++ b/target/linux/ar7/generic/profiles/.svn/text-base/110-Annex-B.mk.svn-base @@ -0,0 +1,18 @@ +# +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Annex-B + NAME:=Annex-B DSL firmware + PACKAGES:=kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl \ + kmod-sangam-atm-annex-b +endef + +define Profile/Annex-B/Description + Package set compatible with Annex-B DSL lines (Germany). +endef +$(eval $(call Profile,Annex-B)) + diff --git a/target/linux/ar7/generic/profiles/.svn/text-base/200-Texas.mk.svn-base b/target/linux/ar7/generic/profiles/.svn/text-base/200-Texas.mk.svn-base new file mode 100644 index 0000000..7d868bd --- /dev/null +++ b/target/linux/ar7/generic/profiles/.svn/text-base/200-Texas.mk.svn-base @@ -0,0 +1,18 @@ +# +# Copyright (C) 2006-2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Texas + NAME:=Texas Instruments WiFi (mac80211) + PACKAGES:=kmod-acx-mac80211 +endef + +define Profile/Texas/Description + Package set compatible with hardware using Texas Instruments WiFi cards + using the mac80211 driver. +endef +$(eval $(call Profile,Texas)) + diff --git a/target/linux/ar7/generic/profiles/.svn/text-base/210-None.mk.svn-base b/target/linux/ar7/generic/profiles/.svn/text-base/210-None.mk.svn-base new file mode 100644 index 0000000..2fcfacd --- /dev/null +++ b/target/linux/ar7/generic/profiles/.svn/text-base/210-None.mk.svn-base @@ -0,0 +1,17 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/None + NAME:=No WiFi + PACKAGES:= +endef + +define Profile/None/Description + Package set without WiFi support +endef +$(eval $(call Profile,None)) + diff --git a/target/linux/ar7/generic/profiles/100-Annex-A.mk b/target/linux/ar7/generic/profiles/100-Annex-A.mk new file mode 100644 index 0000000..d8e549e --- /dev/null +++ b/target/linux/ar7/generic/profiles/100-Annex-A.mk @@ -0,0 +1,18 @@ +# +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Annex-A + NAME:=Annex-A DSL firmware (default) + PACKAGES:=kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl \ + kmod-sangam-atm-annex-a +endef + +define Profile/Annex-A/Description + Package set compatible with Annex-A DSL lines (most countries). +endef +$(eval $(call Profile,Annex-A)) + diff --git a/target/linux/ar7/generic/profiles/110-Annex-B.mk b/target/linux/ar7/generic/profiles/110-Annex-B.mk new file mode 100644 index 0000000..55de1fc --- /dev/null +++ b/target/linux/ar7/generic/profiles/110-Annex-B.mk @@ -0,0 +1,18 @@ +# +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Annex-B + NAME:=Annex-B DSL firmware + PACKAGES:=kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl \ + kmod-sangam-atm-annex-b +endef + +define Profile/Annex-B/Description + Package set compatible with Annex-B DSL lines (Germany). +endef +$(eval $(call Profile,Annex-B)) + diff --git a/target/linux/ar7/generic/profiles/200-Texas.mk b/target/linux/ar7/generic/profiles/200-Texas.mk new file mode 100644 index 0000000..7d868bd --- /dev/null +++ b/target/linux/ar7/generic/profiles/200-Texas.mk @@ -0,0 +1,18 @@ +# +# Copyright (C) 2006-2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Texas + NAME:=Texas Instruments WiFi (mac80211) + PACKAGES:=kmod-acx-mac80211 +endef + +define Profile/Texas/Description + Package set compatible with hardware using Texas Instruments WiFi cards + using the mac80211 driver. +endef +$(eval $(call Profile,Texas)) + diff --git a/target/linux/ar7/generic/profiles/210-None.mk b/target/linux/ar7/generic/profiles/210-None.mk new file mode 100644 index 0000000..2fcfacd --- /dev/null +++ b/target/linux/ar7/generic/profiles/210-None.mk @@ -0,0 +1,17 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/None + NAME:=No WiFi + PACKAGES:= +endef + +define Profile/None/Description + Package set without WiFi support +endef +$(eval $(call Profile,None)) + diff --git a/target/linux/ar7/generic/target.mk b/target/linux/ar7/generic/target.mk new file mode 100644 index 0000000..8b5350e --- /dev/null +++ b/target/linux/ar7/generic/target.mk @@ -0,0 +1,12 @@ +# +# Copyright (C) 2012 OpenWrt.org +# + +SUBTARGET:=generic +BOARDNAME:=Texas Instruments AR7 boards + +DEFAULT_PACKAGES+= kmod-mac80211 kmod-acx-mac80211 wpad-mini + +define Target/Description + Build firmware images for TI AR7 based routers. +endef |