diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-01 13:23:52 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-01 13:23:52 +0000 |
commit | c5695b5fb7a29aba1a39140ffb492852846526bf (patch) | |
tree | 9c5a9288fda2e5adfe76ded888c2ef28902dc004 /target/linux/kirkwood/Makefile | |
parent | 919b1fcef59a9d7b30cd01b0576bc96d9d209ab6 (diff) | |
download | upstream-c5695b5fb7a29aba1a39140ffb492852846526bf.tar.gz upstream-c5695b5fb7a29aba1a39140ffb492852846526bf.tar.bz2 upstream-c5695b5fb7a29aba1a39140ffb492852846526bf.zip |
fixup sheevaplug support (for now we use sdcards for rootfs)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16252 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/kirkwood/Makefile')
-rw-r--r-- | target/linux/kirkwood/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index b14fb0eab0..c5004f7557 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=kirkwood BOARDNAME:=Marvell Kirkwood -FEATURES:=jffs2 usb broken +FEATURES:=tgz usb LINUX_VERSION:=2.6.30-rc7 |