Resync x86_64 kernel config and make uml build ext2 images by default
[openwrt.git] / target / linux / rb532-2.6 / image / Makefile
index f53c5e4..555eb2a 100644 (file)
@@ -20,10 +20,6 @@ LOADER_MAKEOPTS= \
                RAMSIZE=$(RAMSIZE) \
                IMAGE_COPY=$(IMAGE_COPY)
 
-define Build/Compile
-       $(CC) -o $(STAGING_DIR)/bin/patch-cmdline $(PLATFORM_DIR)/src/patch-cmdline.c
-endef
-
 define Build/Clean
        $(MAKE) -C $(GENERIC_PLATFORM_DIR)/image/lzma-loader $(LOADER_MAKEOPTS) clean
 endef
@@ -50,7 +46,7 @@ root=/dev/cfa2 rootfstype=ext2 init=/etc/preinit
 endef
 
 define Image/cmdline/squashfs
-root=/dev/cfa2 rootfstype=squashfs init=/etc/preinit
+block2mtd.block2mtd=/dev/cfa2,65536 root=/dev/mtdblock0 rootfstype=squashfs init=/etc/preinit
 endef
 
 define Image/Build
This page took 0.021754 seconds and 4 git commands to generate.