Author: rmilecki
Date: 2016-04-04 16:53:25 +0200 (Mon, 04 Apr 2016)
New Revision: 49117

Modified:
   branches/chaos_calmer/target/linux/bcm53xx/image/Makefile
Log:
bcm53xx: prepare for building D-Link DIR-885L image

Signed-off-by: Rafa{U+0142} Mi{U+0142}ecki <[email protected]>

Partial backport of r48606

Modified: branches/chaos_calmer/target/linux/bcm53xx/image/Makefile
===================================================================
--- branches/chaos_calmer/target/linux/bcm53xx/image/Makefile   2016-04-04 
14:53:22 UTC (rev 49116)
+++ branches/chaos_calmer/target/linux/bcm53xx/image/Makefile   2016-04-04 
14:53:25 UTC (rev 49117)
@@ -66,8 +66,25 @@
        mv [email protected] $@
 endef
 
-DEVICE_VARS += DT PRODUCTID BOARD_ID REGION
+define Build/seama-nand
+       # Seama entity
+       $(STAGING_DIR_HOST)/bin/oseama \
+               entity [email protected] \
+               -m "dev=/dev/mtdblock/7" \
+               -m "type=firmware" \
+               -f $(word 1,$^) \
+               -b 0x400000 \
+               -f $(KDIR)/root-block-0x20000-min-0x800.ubi \
+               -f $(KDIR)/ubi_mark
+       # Seama container
+       $(STAGING_DIR_HOST)/bin/seama \
+               -s $@ \
+               -m "signature=$(SIGNATURE)" \
+               -i [email protected]
+endef
 
+DEVICE_VARS += DT PRODUCTID SIGNATURE BOARD_ID REGION
+
 define Device/Default
   # .dtb files are prefixed by SoC type, e.g. bcm4708- which is not included 
in device/image names
   # extract the full dtb name based on the device info
@@ -93,6 +110,19 @@
   TARGET_DEVICES += asus-$(1)
 endef
 
+define Device/dlink
+  IMAGES := bin
+  IMAGE/bin := seama-nand
+endef
+
+define DLinkDevice
+  define Device/dlink-$(1)
+       $$(Device/dlink)
+       SIGNATURE := $(2)
+  endef
+  TARGET_DEVICES += dlink-$(1)
+endef
+
 define Device/netgear
   IMAGES := chk
   IMAGE/chk := trx-nand | netgear-chk
@@ -137,6 +167,7 @@
 $(eval $(call AsusDevice,rt-ac68u,RT-AC68U))
 $(eval $(call AsusDevice,rt-ac87u,RT-AC87U))
 $(eval $(call AsusDevice,rt-n18u,RT-N18U))
+# $(eval $(call DLinkDevice,dir-885l,wrgac42_dlink.2015_dir885l))
 $(eval $(call NetgearDevice,r7000,U12H270T00_NETGEAR))
 # $(eval $(call NetgearDevice,r8500,U12H334T00_NETGEAR))
 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to