diff options
Diffstat (limited to 'target/linux/ar7/ac49x/profiles')
-rw-r--r-- | target/linux/ar7/ac49x/profiles/.svn/entries | 62 | ||||
-rw-r--r-- | target/linux/ar7/ac49x/profiles/.svn/text-base/210-None.mk.svn-base | 17 | ||||
-rw-r--r-- | target/linux/ar7/ac49x/profiles/210-None.mk | 17 |
3 files changed, 96 insertions, 0 deletions
diff --git a/target/linux/ar7/ac49x/profiles/.svn/entries b/target/linux/ar7/ac49x/profiles/.svn/entries new file mode 100644 index 0000000..2c43f6b --- /dev/null +++ b/target/linux/ar7/ac49x/profiles/.svn/entries @@ -0,0 +1,62 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/ar7/ac49x/profiles +svn://svn.openwrt.org/openwrt + + + +2012-11-11T16:11:34.755828Z +34148 +florian + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +210-None.mk +file + + + + +2013-03-17T12:12:20.000000Z +6540d2eecb535c67b7ee6be21a5d8983 +2012-11-11T16:11:34.755828Z +34148 +florian + + + + + + + + + + + + + + + + + + + + + +310 + diff --git a/target/linux/ar7/ac49x/profiles/.svn/text-base/210-None.mk.svn-base b/target/linux/ar7/ac49x/profiles/.svn/text-base/210-None.mk.svn-base new file mode 100644 index 0000000..2fcfacd --- /dev/null +++ b/target/linux/ar7/ac49x/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/ac49x/profiles/210-None.mk b/target/linux/ar7/ac49x/profiles/210-None.mk new file mode 100644 index 0000000..2fcfacd --- /dev/null +++ b/target/linux/ar7/ac49x/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)) + |