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 | 58fd1b1eb0a85b9dfe65b5a9754cf2367b0ade68 (patch) | |
tree | 5b695bb8c65692ead458ab322fae3127d202e358 /target/linux/kirkwood/Makefile | |
parent | f9d2e1fdde56905561a766de7f16d80acf2a600c (diff) | |
download | upstream-58fd1b1eb0a85b9dfe65b5a9754cf2367b0ade68.tar.gz upstream-58fd1b1eb0a85b9dfe65b5a9754cf2367b0ade68.tar.bz2 upstream-58fd1b1eb0a85b9dfe65b5a9754cf2367b0ade68.zip |
fixup sheevaplug support (for now we use sdcards for rootfs)
SVN-Revision: 16252
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 |