diff options
author | John Crispin <john@openwrt.org> | 2009-10-02 08:09:27 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2009-10-02 08:09:27 +0000 |
commit | 696c29fa4d08971bdfff339e0a486a61441576e8 (patch) | |
tree | 89822e8a29e60514cedb7fd9427070de042a4388 /target/linux/ifxmips/Makefile | |
parent | b88e08839a8f61f2c9829ba6c9e37b4d60b84b62 (diff) | |
download | upstream-696c29fa4d08971bdfff339e0a486a61441576e8.tar.gz upstream-696c29fa4d08971bdfff339e0a486a61441576e8.tar.bz2 upstream-696c29fa4d08971bdfff339e0a486a61441576e8.zip |
bump ifxmips to .30
SVN-Revision: 17817
Diffstat (limited to 'target/linux/ifxmips/Makefile')
-rw-r--r-- | target/linux/ifxmips/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/ifxmips/Makefile b/target/linux/ifxmips/Makefile index eee0d44e91..7f27b55d35 100644 --- a/target/linux/ifxmips/Makefile +++ b/target/linux/ifxmips/Makefile @@ -9,12 +9,13 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=ifxmips BOARDNAME:=Infineon Mips -FEATURES:=squashfs jffs2 +FEATURES:=squashfs jffs2 atm -LINUX_VERSION:=2.6.28.10 +LINUX_VERSION:=2.6.30.5 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES+=uboot-ifxmips hostapd-mini +DEFAULT_PACKAGES+=uboot-ifxmips kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl kmod-ifxmips-atm dwc_usb + define Target/Description Build firmware images for Infineon Mips Controllers |