Author: nbd Date: 2016-01-10 18:19:46 +0100 (Sun, 10 Jan 2016) New Revision: 48189
Removed: trunk/target/linux/x86/rdc/ Modified: trunk/target/linux/x86/Makefile Log: x86: remove the rdc subtarget, it was broken for ages and nobody cared Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/linux/x86/Makefile =================================================================== --- trunk/target/linux/x86/Makefile 2016-01-10 17:19:40 UTC (rev 48188) +++ trunk/target/linux/x86/Makefile 2016-01-10 17:19:46 UTC (rev 48189) @@ -10,7 +10,7 @@ BOARD:=x86 BOARDNAME:=x86 FEATURES:=squashfs ext4 vdi vmdk pcmcia targz -SUBTARGETS=generic xen_domu ep80579 geode kvm_guest rdc 64 +SUBTARGETS=generic xen_domu ep80579 geode kvm_guest 64 MAINTAINER:=Felix Fietkau <[email protected]> KERNEL_PATCHVER:=3.18 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
