diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-23 02:13:10 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-23 02:13:10 +0000 |
commit | fd7d7215c62c223031426b1b84e96cd4186bd148 (patch) | |
tree | 9a4a6bf3fb39fe370c7d8944570b8633a2422734 /target/linux/adm5120-2.6/Makefile | |
parent | 8b77360d9769623669a9e23f332606ae9d0053af (diff) |
simplify and fix adm5120 image building, fix broken FEATURES handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8113 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120-2.6/Makefile')
-rw-r--r-- | target/linux/adm5120-2.6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120-2.6/Makefile b/target/linux/adm5120-2.6/Makefile index fb46f28312..8a4884c9ca 100644 --- a/target/linux/adm5120-2.6/Makefile +++ b/target/linux/adm5120-2.6/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=adm5120 BOARDNAME:=ADM5120 (Little Endian) -FEATURES:=squashfs jffs2 pci usb broken +FEATURES:=squashfs jffs2 tgz broken LINUX_VERSION:=2.6.22.1 |