mirror of https://github.com/hak5/openwrt.git
ramips: fix subtarget kernel version assignment (only mt7621 is ready for now)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48953lede-17.01
parent
ccf2ff037a
commit
f73d8fb81b
|
@ -13,7 +13,7 @@ SUBTARGETS:=rt305x mt7620 mt7621 mt7628 mt7688 rt3883 rt288x
|
||||||
FEATURES:=squashfs gpio mips16
|
FEATURES:=squashfs gpio mips16
|
||||||
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
||||||
|
|
||||||
KERNEL_PATCHVER:=4.4
|
KERNEL_PATCHVER:=4.3
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
DEFAULT_PACKAGES += \
|
DEFAULT_PACKAGES += \
|
||||||
|
|
|
@ -12,6 +12,8 @@ CFLAGS:=-Os -pipe -mmt -mips32r2 -mtune=1004kc
|
||||||
|
|
||||||
DEFAULT_PACKAGES += kmod-mt76
|
DEFAULT_PACKAGES += kmod-mt76
|
||||||
|
|
||||||
|
KERNEL_PATCHVER:=4.4
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Ralink MT7621 based boards.
|
Build firmware images for Ralink MT7621 based boards.
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in New Issue