X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2FMakefile;h=205d073f44853759cb504e31d29fe9cda64b28b6;hp=5616168c818cdc77fed8da453c7fa87347a7ebc7;hb=74ad1d4b39141c4c8c69720d4e1db558ba08f289;hpb=298dcd23d163fc91a0e57cf5da720d78e4072937 diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 5616168c81..205d073f44 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.6 +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 kmod-rt2800-soc wpad-mini swconfig define Target/Description Build firmware images for Ralink RT288x/RT3xxx based boards.