projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: rt288x: don't register the PCI controller on each board
[openwrt.git]
/
target
/
linux
/
ramips
/
Makefile
diff --git
a/target/linux/ramips/Makefile
b/target/linux/ramips/Makefile
index
85279d5
..
c3fb0c3
100644
(file)
--- a/
target/linux/ramips/Makefile
+++ b/
target/linux/ramips/Makefile
@@
-8,8
+8,8
@@
include $(TOPDIR)/rules.mk
ARCH:=mipsel
BOARD:=ramips
ARCH:=mipsel
BOARD:=ramips
-BOARDNAME:=Ralink RT288x/RT3
05
x
-SUBTARGETS:=rt288x rt305x
+BOARDNAME:=Ralink RT288x/RT3
xx
x
+SUBTARGETS:=rt288x rt305x
rt3883
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves
FEATURES:=squashfs
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves
FEATURES:=squashfs
@@
-22,7
+22,7
@@
DEFAULT_PACKAGES+=\
kmod-rt2800-pci wpad-mini maccalc
define Target/Description
kmod-rt2800-pci wpad-mini maccalc
define Target/Description
- Build firmware images for Ralink RT288x/RT3
05
x based boards.
+ Build firmware images for Ralink RT288x/RT3
xx
x based boards.
endef
$(eval $(call BuildTarget))
endef
$(eval $(call BuildTarget))
This page took
0.024741 seconds
and
4
git commands to generate.