diff options
author | John Crispin <john@openwrt.org> | 2009-10-04 19:46:48 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2009-10-04 19:46:48 +0000 |
commit | a23e3e89853d1e3b31ab612ff9a03f86f2cb48b9 (patch) | |
tree | 2191aa8368eda0d7a212c0270c1c19d3f134ccd1 | |
parent | 047eb61a560cbc2741a3cac0ab7fd0b7ff14aaf8 (diff) | |
download | upstream-a23e3e89853d1e3b31ab612ff9a03f86f2cb48b9.tar.gz upstream-a23e3e89853d1e3b31ab612ff9a03f86f2cb48b9.tar.bz2 upstream-a23e3e89853d1e3b31ab612ff9a03f86f2cb48b9.zip |
remove reference to bogus packet
SVN-Revision: 17854
-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 |