projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix AutoLoad macro typos (#2765)
[openwrt.git]
/
package
/
switch
/
Makefile
diff --git
a/package/switch/Makefile
b/package/switch/Makefile
index
cdf1f51
..
74e5778
100644
(file)
--- 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
TITLE:=Switch drivers
FILES:= \
$(PKG_BUILD_DIR)/switch-core.$(LINUX_KMOD_SUFFIX) \
This page took
0.020401 seconds
and
4
git commands to generate.