projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] switch: the hardware must be up while configuring
[openwrt.git]
/
package
/
switch
/
Makefile
diff --git
a/package/switch/Makefile
b/package/switch/Makefile
index
17158da
..
2b036b0
100644
(file)
--- a/
package/switch/Makefile
+++ b/
package/switch/Makefile
@@
-1,5
+1,5
@@
#
#
-# Copyright (C) 2006-201
1
OpenWrt.org
+# Copyright (C) 2006-201
2
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,7
+9,7
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=kmod-switch
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=kmod-switch
-PKG_RELEASE:=
4
+PKG_RELEASE:=
5
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
@@
-33,10
+33,6
@@
define Build/Prepare
$(CP) ./src/* $(PKG_BUILD_DIR)/
endef
$(CP) ./src/* $(PKG_BUILD_DIR)/
endef
-ifeq ($(BOARD),brcm47xx)
- BUILDFLAGS := -DBROADCOM
-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.02626 seconds
and
4
git commands to generate.