projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Disable NAPI by default (#1671)
[openwrt.git]
/
target
/
linux
/
rb532-2.6
/
Makefile
diff --git
a/target/linux/rb532-2.6/Makefile
b/target/linux/rb532-2.6/Makefile
index
6ec9bdc
..
fecbac2
100644
(file)
--- a/
target/linux/rb532-2.6/Makefile
+++ b/
target/linux/rb532-2.6/Makefile
@@
-9,7
+9,13
@@
include $(TOPDIR)/rules.mk
ARCH:=mipsel
BOARD:=rb532
BOARDNAME:=Mikrotik RouterBoard 532
ARCH:=mipsel
BOARD:=rb532
BOARDNAME:=Mikrotik RouterBoard 532
-FEATURES:=jffs2
+FEATURES:=jffs2 pci tgz
+
+LINUX_VERSION:=2.6.22.1
include $(INCLUDE_DIR)/kernel-build.mk
include $(INCLUDE_DIR)/kernel-build.mk
+
+# include the profiles
+-include profiles/*.mk
+
$(eval $(call BuildKernel))
$(eval $(call BuildKernel))
This page took
0.023568 seconds
and
4
git commands to generate.