replace the hostapd-mini preselection in profiles with wpad-mini
[openwrt.git] / target / linux / gemini / image / Makefile
index fc69ffc..add004e 100644 (file)
@@ -29,6 +29,7 @@ endef
 
 define Image/Build/squashfs
        $(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
+       dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/openwrt-$(BOARD)-$(1).img bs=128k conv=sync
 endef
 
 define Image/Build
This page took 0.023637 seconds and 4 git commands to generate.