From bb1fe5cfc159a7d62ce7b961a2cb5d6253e4d8bd Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 17 Jul 2012 16:39:47 +0000 Subject: au1000: fix InternetBox idsel and remove broken flag The following patch is necessary for the InternetBox (Surfbox) board-specific idsel to work with newer kernels. Acutally I don't exactly understand why this was not necessary before, but without the udelay, the MiniPCI adapter in slot 3 is not detected and set up correctly. Also remove platform broken flag, it works. Signed-off-by: Bruno Randolf git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32766 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/au1000/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/au1000/Makefile') diff --git a/target/linux/au1000/Makefile b/target/linux/au1000/Makefile index 5871beb427..2405ece4e5 100644 --- a/target/linux/au1000/Makefile +++ b/target/linux/au1000/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=au1000 BOARDNAME:=RMI/AMD AU1x00 -FEATURES:=jffs2 usb pci broken +FEATURES:=jffs2 usb pci SUBTARGETS=au1500 au1550 MAINTAINER:=Florian Fainelli -- cgit v1.2.3