From e266de11dcd0b2d71c445b943bef2f50258fa314 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Fri, 14 Sep 2018 23:38:12 +0200 Subject: target/linux/ramips: profile mt7621, cpu 24kec to 1004kc, custom modules hw_nat MTK Hardware NAT nf-sc Netfilter shortcut mtk-i2c APSoC/MTK I2C Driver mtk-i2s I2S Driver mtk-mmc MMC/SD card support hw_wdg Kernel Mode Watchdog rdm Register Debug Module cfg80211-normal CFG80211 kernel support --- target/linux/ramips/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'target/linux/ramips/Makefile') diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index d363743..ed2999a 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -8,18 +8,18 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=ramips -BOARDNAME:=Ralink RT288x/RT3xxx -SUBTARGETS:=rt305x mt7620a mt7620n mt7621 rt3883 rt288x +BOARDNAME:=MTK/Ralink APSoC (MIPS) +SUBTARGETS:=mt7620 mt7621 mt7628 FEATURES:=squashfs gpio - -LINUX_VERSION:=3.10.49 +LINUX_VERSION:=3.10.14 +LINUX_P4REV:=169495 +LINUX_EXT_VERSION:=$(LINUX_VERSION)-$(LINUX_P4REV) include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += \ - kmod-leds-gpio kmod-gpio-button-hotplug wpad-mini swconfig +DEFAULT_PACKAGES += define Target/Description - Build firmware images for Ralink RT288x/RT3xxx based boards. + Build firmware images for MTK/Ralink APSoC based boards. endef $(eval $(call BuildTarget)) -- cgit v1.1