aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/profiles
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-09-11 08:49:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-09-11 08:49:42 +0000
commit0dc3d0e7c74bf8d50c3a2bfc335e5e717ab4051f (patch)
tree468ddb1694552b21dd48bff5ce8f4882517b1865 /target/linux/ipq806x/profiles
parent4f27e9cc7185ca4894a211178ffc4cfc5026e54a (diff)
downloadupstream-0dc3d0e7c74bf8d50c3a2bfc335e5e717ab4051f.tar.gz
upstream-0dc3d0e7c74bf8d50c3a2bfc335e5e717ab4051f.tar.bz2
upstream-0dc3d0e7c74bf8d50c3a2bfc335e5e717ab4051f.zip
ipq806x: delete from CC branch; it is broken and unsupported
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46845 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ipq806x/profiles')
-rw-r--r--target/linux/ipq806x/profiles/default.mk19
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/ipq806x/profiles/default.mk b/target/linux/ipq806x/profiles/default.mk
deleted file mode 100644
index 6469bcb5f1..0000000000
--- a/target/linux/ipq806x/profiles/default.mk
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Copyright (c) 2014 The Linux Foundation. All rights reserved.
-# Copyright (C) 2009 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 (minimum package set)
- PACKAGES:= \
- kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
- kmod-usb3 kmod-usb-dwc3-qcom kmod-usb-phy-qcom-dwc3
-endef
-
-define Profile/Default/Description
- Default package set compatible with most boards.
-endef
-$(eval $(call Profile,Default))