summaryrefslogtreecommitdiff
path: root/target/linux/ramips/Makefile
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-09-14 23:38:12 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-09-14 23:38:12 +0200
commite266de11dcd0b2d71c445b943bef2f50258fa314 (patch)
treefd53612a762e46dbda5727f521c60b9d20b36e80 /target/linux/ramips/Makefile
parentca2d447b348acc07b74c8e624771ae7f9bb1fc9e (diff)
downloadmtk-20170518-e266de11dcd0b2d71c445b943bef2f50258fa314.zip
mtk-20170518-e266de11dcd0b2d71c445b943bef2f50258fa314.tar.gz
mtk-20170518-e266de11dcd0b2d71c445b943bef2f50258fa314.tar.bz2
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
Diffstat (limited to 'target/linux/ramips/Makefile')
-rw-r--r--target/linux/ramips/Makefile14
1 files changed, 7 insertions, 7 deletions
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))