diff options
author | John Crispin <john@phrozen.org> | 2017-08-01 08:36:49 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-08-01 08:36:49 +0200 |
commit | 4787e1960bf5c8f970a0f935c1efebd530100c5d (patch) | |
tree | a9fc82ac6528e8458f8edb32bdded971fdd71c3b /target/linux/mediatek/profiles | |
parent | bb4d5006c0111bd49c0870f6d668ef295bf68681 (diff) | |
download | upstream-4787e1960bf5c8f970a0f935c1efebd530100c5d.tar.gz upstream-4787e1960bf5c8f970a0f935c1efebd530100c5d.tar.bz2 upstream-4787e1960bf5c8f970a0f935c1efebd530100c5d.zip |
mediatek: move mt7623 support into a 32bit subtarget
this is in preparation for adding the new 64bit mt7622 support.
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/mediatek/profiles')
-rw-r--r-- | target/linux/mediatek/profiles/default.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/mediatek/profiles/default.mk b/target/linux/mediatek/profiles/default.mk deleted file mode 100644 index 2ef570ba66..0000000000 --- a/target/linux/mediatek/profiles/default.mk +++ /dev/null @@ -1,15 +0,0 @@ -# -# Copyright (C) 2015 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) -endef - -define Profile/Default/Description - Default package set compatible with most boards. -endef -$(eval $(call Profile,Default)) |