|
@@ -17,6 +17,10 @@ define Build/zyxel-vers
|
|
done ) >> $@
|
|
done ) >> $@
|
|
endef
|
|
endef
|
|
|
|
|
|
|
|
+define Build/dlink-cameo
|
|
|
|
+ $(SCRIPT_DIR)/cameo-tag.py $@ $(DLINK_KERNEL_PART_SIZE)
|
|
|
|
+endef
|
|
|
|
+
|
|
define Build/dlink-headers
|
|
define Build/dlink-headers
|
|
dd if=$@ bs=$(DLINK_KERNEL_PART_SIZE) count=1 [email protected]_part; \
|
|
dd if=$@ bs=$(DLINK_KERNEL_PART_SIZE) count=1 [email protected]_part; \
|
|
dd if=$@ bs=$(DLINK_KERNEL_PART_SIZE) skip=1 [email protected]_part; \
|
|
dd if=$@ bs=$(DLINK_KERNEL_PART_SIZE) skip=1 [email protected]_part; \
|