use b44/switch driver on 2.4-brcm and 2.6-brcm

SVN-Revision: 2780
This commit is contained in:
Waldemar Brodkorb
2005-12-25 18:28:26 +00:00
parent e86714af08
commit b3f574ebe8
3 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
config BR2_PACKAGE_KMOD_SWITCH
prompt "kmod-switch....................... Kernel driver for ROBO and ADMTEK SWITCH"
tristate
default y if BR2_LINUX_2_6_BRCM || BR2_LINUX_2_4_BRCM
default m if CONFIG_DEVEL
help
Kernel driver for ROBO and ADMTEK switches.

View File

@@ -25,7 +25,7 @@ $(PKG_BUILD_DIR)/.configured:
touch $@
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C "$(LINUX_DIR)" \
$(MAKE) -C "$(KERNEL_DIR)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
ARCH="$(LINUX_KARCH)" \
PATH="$(TARGET_PATH)" \