aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/tiny
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-01-21 20:37:55 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-01-27 21:31:20 +0100
commit9b5e9b65cfad4af514411ace3526a663c2dad890 (patch)
tree54a452935b2b4bc933d00e8d32f2912aa1126616 /target/linux/ath79/tiny
parentddc75ff70416459127afec167f949e5d3db06d7a (diff)
downloadupstream-9b5e9b65cfad4af514411ace3526a663c2dad890.tar.gz
upstream-9b5e9b65cfad4af514411ace3526a663c2dad890.tar.bz2
upstream-9b5e9b65cfad4af514411ace3526a663c2dad890.zip
ath79: remove generic profiles
On a platform with many very different devices, like found on ath79, the generic profiles seem like remnants of the past that do not have a real use anymore. Remove them to have one thing less to maintain. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> Acked-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'target/linux/ath79/tiny')
-rw-r--r--target/linux/ath79/tiny/profiles/00-default.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/ath79/tiny/profiles/00-default.mk b/target/linux/ath79/tiny/profiles/00-default.mk
deleted file mode 100644
index aa8e1195f8..0000000000
--- a/target/linux/ath79/tiny/profiles/00-default.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-define Profile/Default
- NAME:=Default Profile (all drivers)
- PRIORITY := 1
-endef
-
-define Profile/Default/Description
- Default package set compatible with most boards.
-endef
-$(eval $(call Profile,Default))