X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Far71xx%2FMakefile;h=c865a547bea5fcf68a77bb0fbff62a75add0d2ce;hb=d8492915fae52cb297704d8cda0c3db591815e89;hp=c123598e3b83455b32db18c9b739f576369e053f;hpb=d97a18478000cde6d2130dbbfa8542da73ab1b28;p=openwrt.git diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index c123598e3b..c865a547be 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=ar71xx BOARDNAME:=Atheros AR7xxx/AR9xxx -FEATURES:=squashfs targz mips16 -CFLAGS:=-Os -pipe -mips32r2 -mtune=34kc -mno-branch-likely -SUBTARGETS:=generic nand +FEATURES:=mips16 +CPU_TYPE=34kc +SUBTARGETS:=generic nand mikrotik -LINUX_VERSION:=3.10.3 +LINUX_VERSION:=3.10.24 include $(INCLUDE_DIR)/target.mk @@ -22,8 +22,4 @@ DEFAULT_PACKAGES += \ kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev \ kmod-ath9k wpad-mini uboot-envtools -define Target/Description - Build firmware images for Atheros AR7xxx/AR9xxx based boards. -endef - $(eval $(call BuildTarget))