ar71xx: remove 'Target/Description' from main Makefile
authorGabor Juhos <juhosg@openwrt.org>
Wed, 23 Oct 2013 15:43:13 +0000 (15:43 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 23 Oct 2013 15:43:13 +0000 (15:43 +0000)
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 <juhosg@openwrt.org>
SVN-Revision: 38507

target/linux/ar71xx/Makefile

index d7d4f4ef1ec4a1b2d39750b082642d776919b45b..019e3cb13db98dc6c070e864e74e02588824ae06 100644 (file)
@@ -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))