projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel] generic/2.6.{29,30}: fix rootfs_split with squashfs4
[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
0a4c3e5
..
d1ee363
100644
(file)
--- a/
target/linux/adm5120/image/router_le.mk
+++ b/
target/linux/adm5120/image/router_le.mk
@@
-324,14
+324,15
@@
ifeq ($(CONFIG_BROKEN),y)
$(call Image/Build/Profile/CAS771W,$(1))
$(call Image/Build/Profile/CAS861,$(1))
$(call Image/Build/Profile/CAS861W,$(1))
$(call Image/Build/Profile/CAS771W,$(1))
$(call Image/Build/Profile/CAS861,$(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
define Image/Build/Profile/Generic
# Motorola
$(call Image/Build/Profile/PMUGW,$(1))
endef
endif
define Image/Build/Profile/Generic
+ # Cellvision
+ $(call Image/Build/Profile/NFS101U,$(1))
+ $(call Image/Build/Profile/NFS101WU,$(1))
# Compex
$(call Image/Build/Profile/WP54,$(1))
$(call Image/Build/Profile/NP27G,$(1))
# Compex
$(call Image/Build/Profile/WP54,$(1))
$(call Image/Build/Profile/NP27G,$(1))
@@
-353,7
+354,7
@@
endef
ifeq ($(PROFILE),RouterBoard)
define Image/cmdline/yaffs2
ifeq ($(PROFILE),RouterBoard)
define Image/cmdline/yaffs2
- root=/dev/mtdblock3 rootfstype=yaffs2
init=/etc/preinit
+ root=/dev/mtdblock3 rootfstype=yaffs2
endef
define Image/BuildKernel/RouterBoard
endef
define Image/BuildKernel/RouterBoard
This page took
0.019569 seconds
and
4
git commands to generate.