X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2FMakefile;h=a12751290188f225f8df805b2fbd2e3aedeaca93;hp=e49ff41a1283adc9431a9caed83a879196cd3ce5;hb=f65975df80646cf2eee133bab0960f2ff3231179;hpb=466d98bf88c18b2c324d7150a21ec9f3d91cf17f;ds=sidebyside diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index e49ff41a12..a127512901 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -9,17 +9,15 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=ramips BOARDNAME:=Ralink RT288x/RT3xxx -SUBTARGETS:=rt288x rt305x rt3883 -CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves -FEATURES:=squashfs +SUBTARGETS:=rt305x rt3883 mt7620a rt288x +FEATURES:=squashfs gpio -LINUX_VERSION:=3.3.8 +LINUX_VERSION:=3.10.18 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ - kmod-leds-gpio kmod-input-core kmod-input-polldev \ - kmod-input-gpio-keys-polled kmod-button-hotplug \ - kmod-rt2800-pci wpad-mini maccalc swconfig + kmod-leds-gpio kmod-gpio-button-hotplug \ + kmod-rt2800-pci wpad-mini swconfig define Target/Description Build firmware images for Ralink RT288x/RT3xxx based boards.