|
|
@@ -28,7 +28,7 @@ define Build/wax6xx-netgear-tar
|
|
|
mv $@ [email protected]/nand-ipq807x-apps.img
|
|
|
md5sum [email protected]/nand-ipq807x-apps.img | cut -c 1-32 > [email protected]/nand-ipq807x-apps.md5sum
|
|
|
echo $(DEVICE_MODEL) > [email protected]/metadata.txt
|
|
|
- echo $(DEVICE_MODEL)"_V9.9.9.9" > [email protected]/version
|
|
|
+ echo $(DEVICE_MODEL)"_V99.9.9.9" > [email protected]/version
|
|
|
tar -C [email protected]/ -cf $@ .
|
|
|
rm -rf [email protected]
|
|
|
endef
|
|
|
@@ -326,6 +326,8 @@ define Device/netgear_wax620
|
|
|
BLOCKSIZE := 128k
|
|
|
PAGESIZE := 2048
|
|
|
SOC := ipq8072
|
|
|
+ IMAGES += ui-factory.tar
|
|
|
+ IMAGE/ui-factory.tar := append-ubi | qsdk-ipq-factory-nand | pad-to 4096 | wax6xx-netgear-tar
|
|
|
DEVICE_PACKAGES := kmod-spi-gpio kmod-gpio-nxp-74hc164 \
|
|
|
ipq-wifi-netgear_wax620
|
|
|
endef
|
|
|
@@ -341,7 +343,7 @@ define Device/netgear_wax630
|
|
|
PAGESIZE := 2048
|
|
|
SOC := ipq8074
|
|
|
IMAGES += ui-factory.tar
|
|
|
- IMAGE/ui-factory.tar := append-ubi | wax6xx-netgear-tar
|
|
|
+ IMAGE/ui-factory.tar := append-ubi | qsdk-ipq-factory-nand | pad-to 4096 | wax6xx-netgear-tar
|
|
|
DEVICE_PACKAGES := kmod-spi-gpio ipq-wifi-netgear_wax630
|
|
|
endef
|
|
|
TARGET_DEVICES += netgear_wax630
|