projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ar71xx] refresh 2.6.28 patches
[openwrt.git]
/
target
/
linux
/
adm5120
/
image
/
router_le.mk
diff --git
a/target/linux/adm5120/image/router_le.mk
b/target/linux/adm5120/image/router_le.mk
index
266b0a5
..
ddfb7e2
100644
(file)
--- a/
target/linux/adm5120/image/router_le.mk
+++ b/
target/linux/adm5120/image/router_le.mk
@@
-298,6
+298,14
@@
define Image/Build/Profile/EASY5120RT
$(call Image/Build/Template/Infineon/$(1),easy-5120-rt)
endef
$(call Image/Build/Template/Infineon/$(1),easy-5120-rt)
endef
+define Image/Build/Profile/EASY5120PATA
+ $(call Image/Build/Template/Infineon/$(1),easy-5120p-ata)
+endef
+
+define Image/Build/Profile/PMUGW
+ $(call Image/Build/Template/Infineon/$(1),powerline-mugw)
+endef
+
define Image/Build/Profile/RouterBoard
$(call Image/Build/Template/Mikrotik/$(1))
endef
define Image/Build/Profile/RouterBoard
$(call Image/Build/Template/Mikrotik/$(1))
endef
@@
-317,6
+325,8
@@
ifeq ($(CONFIG_BROKEN),y)
$(call Image/Build/Profile/CAS861W,$(1))
$(call Image/Build/Profile/NFS101U,$(1))
$(call Image/Build/Profile/NFS101WU,$(1))
$(call Image/Build/Profile/CAS861W,$(1))
$(call Image/Build/Profile/NFS101U,$(1))
$(call Image/Build/Profile/NFS101WU,$(1))
+ # Motorola
+ $(call Image/Build/Profile/PMUGW,$(1))
endef
endif
endef
endif
@@
-333,8
+343,10
@@
define Image/Build/Profile/Generic
# Infineon
$(call Image/Build/Profile/EASY83000,$(1))
$(call Image/Build/Profile/EASY5120RT,$(1))
# Infineon
$(call Image/Build/Profile/EASY83000,$(1))
$(call Image/Build/Profile/EASY5120RT,$(1))
+ $(call Image/Build/Profile/EASY5120PATA,$(1))
# Mikrotik
$(call Image/Build/Profile/RB1xx/$(1))
# Mikrotik
$(call Image/Build/Profile/RB1xx/$(1))
+
$(call Image/Build/Experimental,$(1))
endef
$(call Image/Build/Experimental,$(1))
endef
This page took
0.021271 seconds
and
4
git commands to generate.