ramips: rename PSG1218 to match label
[openwrt/openwrt.git] / include / image-commands.mk
index c513f19d3a1244ae2d6cd692b0f2545b393bda1c..c1d89825a3bc383ac9200af2093867ba05f0960c 100644 (file)
@@ -49,7 +49,7 @@ define Build/netgear-chk
                -o $@.new \
                -k $@ \
                -b $(NETGEAR_BOARD_ID) \
-               -r $(NETGEAR_REGION)
+               $(if $(NETGEAR_REGION),-r $(NETGEAR_REGION),)
        mv $@.new $@
 endef