diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-07 15:58:52 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-09-02 16:29:22 +0200 |
commit | 7d29a557140381ef1815329f6843b88b4126d490 (patch) | |
tree | f754cf1234317e49cee7a5266189bd57a356ad22 /target/linux/ath25/profiles | |
parent | edb5d2a320adf99ddbb12fbc8a03a5fe7cf7741f (diff) | |
download | upstream-7d29a557140381ef1815329f6843b88b4126d490.tar.gz upstream-7d29a557140381ef1815329f6843b88b4126d490.tar.bz2 upstream-7d29a557140381ef1815329f6843b88b4126d490.zip |
ath25: drop target
This target still only works with kernel 4.14, and not so recent
attempts of getting newer kernel versions supported did not lead
to success. Therefore, drop the target, as we are already two
LTS kernel versions ahead and it does not seem like anybody will
pick up the work.
Patchwork series:
https://patchwork.ozlabs.org/project/openwrt/list/?series=169991&state=*
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath25/profiles')
-rw-r--r-- | target/linux/ath25/profiles/00-default.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/ath25/profiles/00-default.mk b/target/linux/ath25/profiles/00-default.mk deleted file mode 100644 index b40eb1b0ce..0000000000 --- a/target/linux/ath25/profiles/00-default.mk +++ /dev/null @@ -1,16 +0,0 @@ -# -# Copyright (C) 2011 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 - PRIORITY:=1 -endef - -define Profile/Default/Description - Default package set compatible with most boards. -endef -$(eval $(call Profile,Default)) |