diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-08-22 18:18:38 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-08-22 18:18:38 +0000 |
commit | a14ef80e5058728f879035c29e876f9904e4152c (patch) | |
tree | 8c90012814dda1e277159fe35d53bd3441d0c1f6 | |
parent | 8bc9864493c5ba790f68769ed71b54de04ba4ea6 (diff) | |
download | upstream-a14ef80e5058728f879035c29e876f9904e4152c.tar.gz upstream-a14ef80e5058728f879035c29e876f9904e4152c.tar.bz2 upstream-a14ef80e5058728f879035c29e876f9904e4152c.zip |
[ubicom32] default is to generate a ramdisk image
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17352 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ubicom32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ubicom32/Makefile b/target/linux/ubicom32/Makefile index 7bdbd204e8..fb181d6a76 100644 --- a/target/linux/ubicom32/Makefile +++ b/target/linux/ubicom32/Makefile @@ -12,7 +12,7 @@ TARGET_CFLAGS+= -DNO_FORK ARCH:=ubicom32 BOARD:=ubicom32 BOARDNAME:=Ubicom IPxx -FEATURES:=nommu +FEATURES:=nommu ramdisk LINUX_VERSION:=2.6.28.10 |