diff options
author | Michael Büsch <mb@bu3sch.de> | 2008-12-11 23:17:56 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2008-12-11 23:17:56 +0000 |
commit | 4571721ec22de116ad9998657e0a3c12da6405fb (patch) | |
tree | 7ae2d726c5eb8fbe19fc124125091ebc9cf5e5ad /target/linux/openmoko/Makefile | |
parent | 34867901d086581396b8f610974525a56b0c7c43 (diff) | |
download | upstream-4571721ec22de116ad9998657e0a3c12da6405fb.tar.gz upstream-4571721ec22de116ad9998657e0a3c12da6405fb.tar.bz2 upstream-4571721ec22de116ad9998657e0a3c12da6405fb.zip |
Build the root fs.
SVN-Revision: 13608
Diffstat (limited to 'target/linux/openmoko/Makefile')
-rw-r--r-- | target/linux/openmoko/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/openmoko/Makefile b/target/linux/openmoko/Makefile index 22bfaea57f..e56ba1635f 100644 --- a/target/linux/openmoko/Makefile +++ b/target/linux/openmoko/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=openmoko BOARDNAME:=Openmoko -FEATURES:=squashfs usb +FEATURES:=usb LINUX_VERSION:=2.6.24.7 |