projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: deactivate mac80211 tracing
[openwrt.git]
/
package
/
switch
/
Makefile
diff --git
a/package/switch/Makefile
b/package/switch/Makefile
index
1a5f46f
..
364416d
100644
(file)
--- a/
package/switch/Makefile
+++ b/
package/switch/Makefile
@@
-1,5
+1,5
@@
#
#
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006
-2011
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-9,18
+9,18
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=kmod-switch
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=kmod-switch
-PKG_RELEASE:=
1
+PKG_RELEASE:=
4
include $(INCLUDE_DIR)/package.mk
define KernelPackage/switch
SUBMENU:=Other modules
include $(INCLUDE_DIR)/package.mk
define KernelPackage/switch
SUBMENU:=Other modules
- DEPENDS:=@TARGET_brcm
_2_4||TARGET_brcm
47xx||TARGET_brcm63xx
+ DEPENDS:=@TARGET_brcm47xx||TARGET_brcm63xx
TITLE:=Switch drivers
FILES:= \
TITLE:=Switch drivers
FILES:= \
- $(PKG_BUILD_DIR)/switch-core.
$(LINUX_KMOD_SUFFIX)
\
- $(PKG_BUILD_DIR)/switch-adm.
$(LINUX_KMOD_SUFFIX)
\
- $(PKG_BUILD_DIR)/switch-robo.
$(LINUX_KMOD_SUFFIX)
+ $(PKG_BUILD_DIR)/switch-core.
ko
\
+ $(PKG_BUILD_DIR)/switch-adm.
ko
\
+ $(PKG_BUILD_DIR)/switch-robo.
ko
AUTOLOAD:=$(call AutoLoad,20,switch-core switch-robo switch-adm)
endef
AUTOLOAD:=$(call AutoLoad,20,switch-core switch-robo switch-adm)
endef
@@
-33,15
+33,6
@@
define Build/Prepare
$(CP) ./src/* $(PKG_BUILD_DIR)/
endef
$(CP) ./src/* $(PKG_BUILD_DIR)/
endef
-ifeq ($(BOARD),brcm-2.4)
- BUILDFLAGS := -DBROADCOM -DBCMDRIVER -I$(LINUX_DIR)/arch/mips/bcm947xx/include
-else
- ifeq ($(BOARD),brcm47xx)
- BUILDFLAGS := -DBROADCOM
- endif
-endif
-
-
define Build/Compile
$(MAKE) -C "$(LINUX_DIR)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
define Build/Compile
$(MAKE) -C "$(LINUX_DIR)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
This page took
0.025559 seconds
and
4
git commands to generate.