diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-14 17:56:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-14 17:56:42 +0000 |
commit | ee54f19d41dd770be6b2d7a50cb24c9cb74a9b85 (patch) | |
tree | eaf4f585632871eeb755adf17aa33ec76633812c /target/linux/brcm-2.6 | |
parent | 28f97f9fc380f55de71b91e40308d38c5fc41c51 (diff) | |
download | upstream-ee54f19d41dd770be6b2d7a50cb24c9cb74a9b85.tar.gz upstream-ee54f19d41dd770be6b2d7a50cb24c9cb74a9b85.tar.bz2 upstream-ee54f19d41dd770be6b2d7a50cb24c9cb74a9b85.zip |
move several instances of DEFAULT:=y to profile preselections (easier for the image builder to pick up)
SVN-Revision: 6096
Diffstat (limited to 'target/linux/brcm-2.6')
-rw-r--r-- | target/linux/brcm-2.6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm-2.6/Makefile b/target/linux/brcm-2.6/Makefile index 8e69332c28..7b57fd1319 100644 --- a/target/linux/brcm-2.6/Makefile +++ b/target/linux/brcm-2.6/Makefile @@ -21,7 +21,7 @@ define Target/Description endef include $(INCLUDE_DIR)/kernel-build.mk -DEFAULT_PACKAGES += kmod-switch +DEFAULT_PACKAGES += kmod-switch kmod-diag define Profile/Atheros NAME:=Atheros WiFi (default) |