Explorar el Código

target is renamed

Waldemar Brodkorb hace 13 años
padre
commit
2440e3f926
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mk/rootfs.mk

+ 1 - 1
mk/rootfs.mk

@@ -17,7 +17,7 @@ ifeq ($(ADK_LINUX_MIPS_RB433),y)
 MTDDEV:=	root=/dev/mtdblock2
 endif
 
-ifeq ($(ADK_LINUX_ARM_FOXBOARD),y)
+ifeq ($(ADK_LINUX_ARM_FOXG20),y)
 ROOTFS:=	root=/dev/mmcblk0p2 rootwait
 endif