X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2FMakefile;h=864cfa543d053b0991cb0fe0c029f18221419b00;hp=55a8fd62ed06c4f00c24e5cfde04b37b889bca08;hb=1dedad2a00d8519d4892b8529b5f2fffcb768220;hpb=3abf5ce6564e24a388b86caf1a00f91f4262b312 diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 55a8fd62ed..864cfa543d 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -8,19 +8,18 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=ramips -BOARDNAME:=Ralink RT288x/RT3xxx -SUBTARGETS:=rt305x mt7620 mt7621 mt7628 mt7688 rt3883 rt288x -FEATURES:=squashfs gpio mips16 -MAINTAINER:=John Crispin +BOARDNAME:=MediaTek Ralink MIPS +SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883 +FEATURES:=squashfs gpio -KERNEL_PATCHVER:=4.4 - -include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += \ - kmod-leds-gpio kmod-gpio-button-hotplug wpad-mini swconfig +KERNEL_PATCHVER:=4.14 +KERNEL_TESTING_PATCHVER:=5.4 define Target/Description Build firmware images for Ralink RT288x/RT3xxx based boards. endef +include $(INCLUDE_DIR)/target.mk +DEFAULT_PACKAGES += kmod-leds-gpio kmod-gpio-button-hotplug + $(eval $(call BuildTarget))