Author: blogic Date: 2015-12-17 10:26:09 +0100 (Thu, 17 Dec 2015) New Revision: 47901
Modified: trunk/target/linux/ramips/image/Makefile trunk/target/linux/ramips/mt7688/profiles/01-mediatek.mk Log: ralink: drop dummy profile from mt7688 Signed-off-by: John Crispin <[email protected]> Modified: trunk/target/linux/ramips/image/Makefile =================================================================== --- trunk/target/linux/ramips/image/Makefile 2015-12-17 09:25:57 UTC (rev 47900) +++ trunk/target/linux/ramips/image/Makefile 2015-12-17 09:26:09 UTC (rev 47901) @@ -1099,12 +1099,10 @@ # 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 Modified: trunk/target/linux/ramips/mt7688/profiles/01-mediatek.mk =================================================================== --- trunk/target/linux/ramips/mt7688/profiles/01-mediatek.mk 2015-12-17 09:25:57 UTC (rev 47900) +++ trunk/target/linux/ramips/mt7688/profiles/01-mediatek.mk 2015-12-17 09:26:09 UTC (rev 47901) @@ -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:=\ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
