projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6b0600
)
ar71xx: remove 'Target/Description' from main Makefile
author
Gabor Juhos
<juhosg@openwrt.org>
Wed, 23 Oct 2013 15:43:13 +0000
(15:43 +0000)
committer
Gabor 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
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/Makefile
b/target/linux/ar71xx/Makefile
index d7d4f4ef1ec4a1b2d39750b082642d776919b45b..019e3cb13db98dc6c070e864e74e02588824ae06 100644
(file)
--- 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))