diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-12 05:09:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-12 05:09:56 +0000 |
commit | d9c1b66c3a7cbba54f1383154c3df64ef5615b49 (patch) | |
tree | df188c7fc25ecd5f953c62a1df294f287575333c /target/linux/brcm-2.6 | |
parent | 105a602ecf14e4afe29f88e062496135bce41dc7 (diff) | |
download | upstream-d9c1b66c3a7cbba54f1383154c3df64ef5615b49.tar.gz upstream-d9c1b66c3a7cbba54f1383154c3df64ef5615b49.tar.bz2 upstream-d9c1b66c3a7cbba54f1383154c3df64ef5615b49.zip |
reorder variables
SVN-Revision: 5513
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 0c3f5f79a7..960c29789a 100644 --- a/target/linux/brcm-2.6/Makefile +++ b/target/linux/brcm-2.6/Makefile @@ -10,7 +10,6 @@ ARCH:=mipsel BOARD:=brcm BOARDNAME:=Broadcom BCM947xx/953xx FEATURES:=pci usb pcmcia squashfs jffs2 -DEFAULT_PACKAGES += kmod-switch define Target/Description Build firmware images for Broadcom based routers @@ -26,6 +25,7 @@ LINUX_RELEASE:=1 LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e include $(INCLUDE_DIR)/kernel-build.mk +DEFAULT_PACKAGES += kmod-switch define Profile/Atheros NAME:=Atheros WiFi (default) |