fs/ext2: fix typo
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 19 Apr 2010 09:03:45 +0000 (11:03 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 19 Apr 2010 09:03:45 +0000 (11:03 +0200)
commit7b7e1bc3fb490f7fb1f71b1df9a887ab30da0bbd
tree1f624612cdbc9fcf436f681937250a0974de23a5
parentab1f6e5cc09c3206dd458a2ac50c7e2509fe3c07
fs/ext2: fix typo

BR2_TARGET_ROOTFS_EXT2_RESBLKS is an int, so test against 0 rather than
the empty string - Otherwise the test is always true and a -m option
without arguments is added to the argument list, causing genext2fs to
get confused.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
fs/ext2/ext2.mk