aboutsummaryrefslogtreecommitdiffstats
path: root/package/switch/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-03-09 21:57:11 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-03-09 21:57:11 +0000
commit13a5bcb41bc946e458739d2ae338d8825a1ae352 (patch)
tree63b5a2077889354bda22da3817623231789a39e2 /package/switch/Makefile
parent2efa8efb65174c8cf24f5f99a71771e5d0ae9bb6 (diff)
downloadupstream-13a5bcb41bc946e458739d2ae338d8825a1ae352.tar.gz
upstream-13a5bcb41bc946e458739d2ae338d8825a1ae352.tar.bz2
upstream-13a5bcb41bc946e458739d2ae338d8825a1ae352.zip
[package] allow kmod-switch to be used on brcm63xx (#4599)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14825 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/switch/Makefile')
-rw-r--r--package/switch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/switch/Makefile b/package/switch/Makefile
index 43a4ee24b6..01e2314b46 100644
--- a/package/switch/Makefile
+++ b/package/switch/Makefile
@@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/switch
SUBMENU:=Other modules
- DEPENDS:=@TARGET_brcm_2_4||TARGET_brcm47xx
+ DEPENDS:=@TARGET_brcm_2_4||TARGET_brcm47xx||TARGET_brcm63xx
TITLE:=Switch drivers
FILES:= \
$(PKG_BUILD_DIR)/switch-core.$(LINUX_KMOD_SUFFIX) \