diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-07-11 13:00:27 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-07-11 13:00:27 +0000 |
commit | 4db7fa1c06f3c3681e6ae8aad75e4a1997445023 (patch) | |
tree | 258d226f6ffa46cc4ec4888a827f2399dcf16403 /target/linux/adm5120eb-2.6 | |
parent | be6a41df04fe310ded95d38fa984a3226e47866e (diff) | |
download | upstream-4db7fa1c06f3c3681e6ae8aad75e4a1997445023.tar.gz upstream-4db7fa1c06f3c3681e6ae8aad75e4a1997445023.tar.bz2 upstream-4db7fa1c06f3c3681e6ae8aad75e4a1997445023.zip |
refactor kernel code (part 1), mark it as broken now
SVN-Revision: 7916
Diffstat (limited to 'target/linux/adm5120eb-2.6')
-rw-r--r-- | target/linux/adm5120eb-2.6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120eb-2.6/Makefile b/target/linux/adm5120eb-2.6/Makefile index 8b02fc86e0..832d269238 100644 --- a/target/linux/adm5120eb-2.6/Makefile +++ b/target/linux/adm5120eb-2.6/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=adm5120eb BOARDNAME:=ADM5120 (Big Endian) -FEATURES:=squashfs pci usb +FEATURES:=squashfs pci usb broken LINUX_VERSION:=2.6.22.1 |