diff options
author | John Crispin <john@openwrt.org> | 2015-12-17 09:26:09 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-12-17 09:26:09 +0000 |
commit | 402db12f1a7cdd8c9a154b791ffc3ad041d498f9 (patch) | |
tree | 9f95a7af35ac1a39945ef5d2bdde872f8c1d4101 /target | |
parent | 651e620de5b0e0a8da4787771f0b65d8af0426f0 (diff) | |
download | upstream-402db12f1a7cdd8c9a154b791ffc3ad041d498f9.tar.gz upstream-402db12f1a7cdd8c9a154b791ffc3ad041d498f9.tar.bz2 upstream-402db12f1a7cdd8c9a154b791ffc3ad041d498f9.zip |
ralink: drop dummy profile from mt7688
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 47901
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/Makefile | 2 | ||||
-rw-r--r-- | target/linux/ramips/mt7688/profiles/01-mediatek.mk | 12 |
2 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 1b12249c82..b537a17d46 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -1099,12 +1099,10 @@ endif # MT7688 Profiles # -Image/Build/Profile/mt7688=$(call BuildFirmware/Default16M/$(1),$(1),mt7688,MT7688) Image/Build/Profile/LinkIt7688=$(call BuildFirmware/Default32M/$(1),$(1),LinkIt7688,LINKIT7688) ifeq ($(SUBTARGET),mt7688) define Image/Build/Profile/Default - $(call Image/Build/Profile/mt7688,$(1)) $(call Image/Build/Profile/LinkIt7688,$(1)) endef endif diff --git a/target/linux/ramips/mt7688/profiles/01-mediatek.mk b/target/linux/ramips/mt7688/profiles/01-mediatek.mk index 0e24e0686c..1ef824dba6 100644 --- a/target/linux/ramips/mt7688/profiles/01-mediatek.mk +++ b/target/linux/ramips/mt7688/profiles/01-mediatek.mk @@ -5,18 +5,6 @@ # See /LICENSE for more information. # -define Profile/mt7688 - NAME:=mt7688 - PACKAGES:=\ - kmod-usb-core kmod-usb2 kmod-usb-ohci \ - kmod-ledtrig-usbdev -endef - -define Profile/mt7688/Description - Default package set compatible with most boards. -endef -$(eval $(call Profile,mt7688)) - define Profile/LinkIt7688 NAME:=LinkIt7688 PACKAGES:=\ |