|
|
@@ -8,18 +8,18 @@ define Build/tplink-header
|
|
|
endef
|
|
|
|
|
|
define Build/pad-ex2700
|
|
|
- cat ex2700-fakeroot.uImage >> $@; cat ex2700-fakeroot.uImage >> $@;
|
|
|
- dd if=$@ [email protected] bs=64k conv=sync && truncate -s 128 [email protected] && mv [email protected] $@
|
|
|
+ cat ex2700-fakeroot.uImage >> $@; cat ex2700-fakeroot.uImage >> $@;
|
|
|
+ dd if=$@ [email protected] bs=64k conv=sync && truncate -s 128 [email protected] && mv [email protected] $@
|
|
|
endef
|
|
|
|
|
|
define Build/append-ex2700
|
|
|
- cat ex2700-fakeroot.uImage >> $@
|
|
|
+ cat ex2700-fakeroot.uImage >> $@
|
|
|
endef
|
|
|
|
|
|
define Build/netgear-header
|
|
|
- $(STAGING_DIR_HOST)/bin/mkdniimg \
|
|
|
- $(1) -v OpenWrt -i $@ \
|
|
|
- -o [email protected] && mv [email protected] $@
|
|
|
+ $(STAGING_DIR_HOST)/bin/mkdniimg \
|
|
|
+ $(1) -v OpenWrt -i $@ \
|
|
|
+ -o [email protected] && mv [email protected] $@
|
|
|
endef
|
|
|
|
|
|
define Build/poray-header
|
|
|
@@ -30,7 +30,7 @@ define Build/poray-header
|
|
|
endef
|
|
|
|
|
|
define Build/umedia-header
|
|
|
- fix-u-media-header -T 0x46 -B $(1) -i $@ -o [email protected] && mv [email protected] $@
|
|
|
+ fix-u-media-header -T 0x46 -B $(1) -i $@ -o [email protected] && mv [email protected] $@
|
|
|
endef
|
|
|
|
|
|
define Build/elecom-header
|