projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
improved patch for au1000 usb-power switch
[openwrt.git]
/
target
/
linux
/
adm5120eb-2.6
/
Makefile
diff --git
a/target/linux/adm5120eb-2.6/Makefile
b/target/linux/adm5120eb-2.6/Makefile
index
55a5b67
..
832d269
100644
(file)
--- a/
target/linux/adm5120eb-2.6/Makefile
+++ b/
target/linux/adm5120eb-2.6/Makefile
@@
-9,7
+9,9
@@
include $(TOPDIR)/rules.mk
ARCH:=mips
BOARD:=adm5120eb
BOARDNAME:=ADM5120 (Big Endian)
ARCH:=mips
BOARD:=adm5120eb
BOARDNAME:=ADM5120 (Big Endian)
-FEATURES:=squashfs broken pci usb
+FEATURES:=squashfs pci usb broken
+
+LINUX_VERSION:=2.6.22.1
define Target/Description
Build firmware images for Infineon/ADMTek ADM5120 based boards running in big-endian mode
define Target/Description
Build firmware images for Infineon/ADMTek ADM5120 based boards running in big-endian mode
@@
-17,6
+19,7
@@
define Target/Description
endef
include $(INCLUDE_DIR)/kernel-build.mk
endef
include $(INCLUDE_DIR)/kernel-build.mk
+DEFAULT_PACKAGES += admswconfig
# include the profiles
-include profiles/*.mk
# include the profiles
-include profiles/*.mk
This page took
0.019632 seconds
and
4
git commands to generate.