projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
atheros
/
Makefile
diff --git
a/target/linux/atheros/Makefile
b/target/linux/atheros/Makefile
index
611345f
..
5f5f9e4
100644
(file)
--- a/
target/linux/atheros/Makefile
+++ b/
target/linux/atheros/Makefile
@@
-8,19
+8,17
@@
include $(TOPDIR)/rules.mk
ARCH:=mips
BOARD:=atheros
ARCH:=mips
BOARD:=atheros
-BOARDNAME:=Atheros
+BOARDNAME:=Atheros
231x/5312
FEATURES:=squashfs jffs2
FEATURES:=squashfs jffs2
-LINUX_VERSION:=2.6.2
2.4
+LINUX_VERSION:=2.6.2
3.17
-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.02355 seconds
and
4
git commands to generate.