diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-12-31 13:43:37 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-12-31 13:43:37 +0000 |
commit | 25964f6c20089d100200c9f71cb0aee369aae7eb (patch) | |
tree | 2975cfbab08d5f45914fc3a48d1ac9eb532453ca /target/linux/adm5120/Makefile | |
parent | b94910087e852943d7611e4464e8151df2bcb76d (diff) | |
download | upstream-25964f6c20089d100200c9f71cb0aee369aae7eb.tar.gz upstream-25964f6c20089d100200c9f71cb0aee369aae7eb.tar.bz2 upstream-25964f6c20089d100200c9f71cb0aee369aae7eb.zip |
[adm5120] bump to 2.6.23.12, and remove broken status from the router_le subtarget
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10068 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/Makefile')
-rw-r--r-- | target/linux/adm5120/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/adm5120/Makefile b/target/linux/adm5120/Makefile index 525636c733..d5c94f2165 100644 --- a/target/linux/adm5120/Makefile +++ b/target/linux/adm5120/Makefile @@ -9,8 +9,7 @@ include $(TOPDIR)/rules.mk BOARD:=adm5120 BOARDNAME:=Infineon ADM5120 -LINUX_VERSION:=2.6.23.11 -FEATURES:=squashfs jffs2 tgz broken +LINUX_VERSION:=2.6.23.12 SUBTARGETS:=router_le router_be INITRAMFS_EXTRA_FILES:= |