[s3c24xx] oops... add missing 2.6.30 config
[openwrt.git] / target / linux / adm5120 / image / router_le.mk
index db2dc50..d1ee363 100644 (file)
@@ -223,6 +223,7 @@ define Image/Build/Profile/NFS101U
        $(call Image/Build/Template/Cellvision/$(1),dns-120,nfs-101u)
        $(call Image/Build/Template/Cellvision/$(1),mu-5000fs,nfs-101u)
        $(call Image/Build/Template/Cellvision/$(1),tn-u100,nfs-101u)
+       $(call Image/Build/Template/Cellvision/$(1),cg-nsadp,nfs-101u)
 endef
 
 define Image/Build/Profile/NFS101WU
@@ -302,6 +303,10 @@ 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
@@ -319,12 +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/NFS101U,$(1))
-       $(call Image/Build/Profile/NFS101WU,$(1))
+       # 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))
@@ -340,12 +348,13 @@ define Image/Build/Profile/Generic
        $(call Image/Build/Profile/EASY5120PATA,$(1))
        # Mikrotik
        $(call Image/Build/Profile/RB1xx/$(1))
+
        $(call Image/Build/Experimental,$(1))
 endef
 
 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
This page took 0.030573 seconds and 4 git commands to generate.