diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-14 17:56:42 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-14 17:56:42 +0000 |
commit | 0dcc8eefcb3bb4ecaae0f22c3ac444218a6f9122 (patch) | |
tree | 208d5da716247d056f0a9674cdd54a4a0b3a3297 /target/linux/brcm-2.6 | |
parent | 7c9240f3e70396e7fffc9c7d242a38584cd67455 (diff) |
move several instances of DEFAULT:=y to profile preselections (easier for the image builder to pick up)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6096 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) |