projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
at91: added new sim enable code as well as detection code to
[openwrt.git]
/
target
/
linux
/
atheros
/
Makefile
diff --git
a/target/linux/atheros/Makefile
b/target/linux/atheros/Makefile
index
611345f
..
6cab959
100644
(file)
--- a/
target/linux/atheros/Makefile
+++ b/
target/linux/atheros/Makefile
@@
-11,16
+11,14
@@
BOARD:=atheros
BOARDNAME:=Atheros
FEATURES:=squashfs jffs2
BOARDNAME:=Atheros
FEATURES:=squashfs jffs2
-LINUX_VERSION:=2.6.2
2.4
+LINUX_VERSION:=2.6.2
3.16
-define Target/Description
- Build firmware images for Atheros SoC boards
-endef
+include $(INCLUDE_DIR)/target.mk
-include $(INCLUDE_DIR)/kernel-build.mk
DEFAULT_PACKAGES += kmod-madwifi
DEFAULT_PACKAGES += kmod-madwifi
-# include the profiles
--include profiles/*.mk
+define Target/Description
+ Build firmware images for Atheros SoC boards
+endef
-$(eval $(call Build
Kernel
))
+$(eval $(call Build
Target
))
This page took
0.027142 seconds
and
4
git commands to generate.