From: juhosg Date: Wed, 23 Oct 2013 15:43:13 +0000 (+0000) Subject: ar71xx: remove 'Target/Description' from main Makefile X-Git-Tag: fast2504n-3.10.28-merged~1004 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=9085ad5762e68b6da87ec2745ab768ff3a17f657;p=openwrt.git ar71xx: remove 'Target/Description' from main Makefile Ensure that menuconfig shows the correct help text for subtargets. Based on the patch by Stefan Agner: http://patchwork.openwrt.org/patch/4123/ Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38507 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index d7d4f4ef1e..019e3cb13d 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -22,8 +22,4 @@ DEFAULT_PACKAGES += \ kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev \ kmod-ath9k wpad-mini uboot-envtools -define Target/Description - Build firmware images for Atheros AR7xxx/AR9xxx based boards. -endef - $(eval $(call BuildTarget))