diff options
Diffstat (limited to 'target/linux/ar71xx/nand/profiles')
7 files changed, 170 insertions, 0 deletions
diff --git a/target/linux/ar71xx/nand/profiles/.svn/entries b/target/linux/ar71xx/nand/profiles/.svn/entries new file mode 100644 index 0000000..ced4ea2 --- /dev/null +++ b/target/linux/ar71xx/nand/profiles/.svn/entries @@ -0,0 +1,96 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/ar71xx/nand/profiles +svn://svn.openwrt.org/openwrt + + + +2012-09-09T21:40:26.079352Z +33352 +jow + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +02-ath5k.mk +file + + + + +2013-03-17T12:12:45.000000Z +ba75256d2849460e53404abed6de5a02 +2012-09-09T21:40:26.079352Z +33352 +jow +has-props + + + + + + + + + + + + + + + + + + + + +380 + +01-minimal.mk +file + + + + +2013-03-17T12:12:45.000000Z +f32ce2658eb1efa7a5b313a8d5d3886c +2010-05-07T16:20:32.289699Z +21396 +nbd +has-props + + + + + + + + + + + + + + + + + + + + +368 + diff --git a/target/linux/ar71xx/nand/profiles/.svn/prop-base/01-minimal.mk.svn-base b/target/linux/ar71xx/nand/profiles/.svn/prop-base/01-minimal.mk.svn-base new file mode 100644 index 0000000..bdbd305 --- /dev/null +++ b/target/linux/ar71xx/nand/profiles/.svn/prop-base/01-minimal.mk.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:eol-style +V 6 +native +END diff --git a/target/linux/ar71xx/nand/profiles/.svn/prop-base/02-ath5k.mk.svn-base b/target/linux/ar71xx/nand/profiles/.svn/prop-base/02-ath5k.mk.svn-base new file mode 100644 index 0000000..bdbd305 --- /dev/null +++ b/target/linux/ar71xx/nand/profiles/.svn/prop-base/02-ath5k.mk.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:eol-style +V 6 +native +END diff --git a/target/linux/ar71xx/nand/profiles/.svn/text-base/01-minimal.mk.svn-base b/target/linux/ar71xx/nand/profiles/.svn/text-base/01-minimal.mk.svn-base new file mode 100644 index 0000000..3651c88 --- /dev/null +++ b/target/linux/ar71xx/nand/profiles/.svn/text-base/01-minimal.mk.svn-base @@ -0,0 +1,16 @@ +# +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/DefaultNoWifi + NAME:=Default Profile (no WiFi) + PACKAGES:= +endef + +define Profile/DefaultNoWifi/Description + Default package set compatible with most boards. +endef +$(eval $(call Profile,DefaultNoWifi)) diff --git a/target/linux/ar71xx/nand/profiles/.svn/text-base/02-ath5k.mk.svn-base b/target/linux/ar71xx/nand/profiles/.svn/text-base/02-ath5k.mk.svn-base new file mode 100644 index 0000000..a291ff6 --- /dev/null +++ b/target/linux/ar71xx/nand/profiles/.svn/text-base/02-ath5k.mk.svn-base @@ -0,0 +1,16 @@ +# +# Copyright (C) 2009-2012 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Ath5k + NAME:=Atheros WiFi (ath5k) + PACKAGES:=kmod-ath5k -kmod-ath9k +endef + +define Profile/Ath5k/Description + Package set compatible with hardware using Atheros WiFi cards. +endef +$(eval $(call Profile,Ath5k)) diff --git a/target/linux/ar71xx/nand/profiles/01-minimal.mk b/target/linux/ar71xx/nand/profiles/01-minimal.mk new file mode 100644 index 0000000..3651c88 --- /dev/null +++ b/target/linux/ar71xx/nand/profiles/01-minimal.mk @@ -0,0 +1,16 @@ +# +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/DefaultNoWifi + NAME:=Default Profile (no WiFi) + PACKAGES:= +endef + +define Profile/DefaultNoWifi/Description + Default package set compatible with most boards. +endef +$(eval $(call Profile,DefaultNoWifi)) diff --git a/target/linux/ar71xx/nand/profiles/02-ath5k.mk b/target/linux/ar71xx/nand/profiles/02-ath5k.mk new file mode 100644 index 0000000..a291ff6 --- /dev/null +++ b/target/linux/ar71xx/nand/profiles/02-ath5k.mk @@ -0,0 +1,16 @@ +# +# Copyright (C) 2009-2012 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Ath5k + NAME:=Atheros WiFi (ath5k) + PACKAGES:=kmod-ath5k -kmod-ath9k +endef + +define Profile/Ath5k/Description + Package set compatible with hardware using Atheros WiFi cards. +endef +$(eval $(call Profile,Ath5k)) |