diff options
author | John Crispin <blogic@openwrt.org> | 2009-10-04 19:46:48 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2009-10-04 19:46:48 +0000 |
commit | db05a19b35ceab06c61351c16941814a487f7315 (patch) | |
tree | f62fc8540abfdf5db9359c28324e057e3958fb37 /target/linux | |
parent | 65ef21f94fe05922fbc59031015bde69d8a7a4f8 (diff) | |
download | upstream-db05a19b35ceab06c61351c16941814a487f7315.tar.gz upstream-db05a19b35ceab06c61351c16941814a487f7315.tar.bz2 upstream-db05a19b35ceab06c61351c16941814a487f7315.zip |
remove reference to bogus packet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17854 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ifxmips/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ifxmips/Makefile b/target/linux/ifxmips/Makefile index 7f27b55d35..01f1840a19 100644 --- a/target/linux/ifxmips/Makefile +++ b/target/linux/ifxmips/Makefile @@ -11,10 +11,10 @@ BOARD:=ifxmips BOARDNAME:=Infineon Mips FEATURES:=squashfs jffs2 atm -LINUX_VERSION:=2.6.30.5 +LINUX_VERSION:=2.6.30.8 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES+=uboot-ifxmips kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl kmod-ifxmips-atm dwc_usb +DEFAULT_PACKAGES+=uboot-ifxmips kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl kmod-ifxmips-atm define Target/Description |