diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-06 18:50:34 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-06 18:50:34 +0000 |
commit | 710f6f1151f5e5b4b8eed2a1447d5ce1fc80af51 (patch) | |
tree | 03ae039f5e96c64c90729b7e436e8ba59d404e7c /target | |
parent | 5969c5be7ddd5af0421e7790c49aac2e58a79d3a (diff) | |
download | upstream-710f6f1151f5e5b4b8eed2a1447d5ce1fc80af51.tar.gz upstream-710f6f1151f5e5b4b8eed2a1447d5ce1fc80af51.tar.bz2 upstream-710f6f1151f5e5b4b8eed2a1447d5ce1fc80af51.zip |
Still broken for now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8356 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/rdc-2.6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc-2.6/Makefile b/target/linux/rdc-2.6/Makefile index 1b180cd41e..5953e06ee6 100644 --- a/target/linux/rdc-2.6/Makefile +++ b/target/linux/rdc-2.6/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=i386 BOARD:=rdc BOARDNAME:=RDC x86 -FEATURES:=squashfs jffs2 +FEATURES:=squashfs jffs2 broken LINUX_VERSION:=2.6.22.1 |