commit | b5a5e4c73228e1c5f646ee2524f5e13ae5f08b4d | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Wed Apr 02 14:50:05 2008 +0200 |
committer | Sam Ravnborg <sam@uranus.ravnborg.org> | Mon Apr 28 22:50:51 2008 +0200 |
tree | 203d01fe0680a8ad223b437247e6865c6173599d | |
parent | 01dee1881d7cbcd5c456735085e52de94da8d4e1 [diff] |
kbuild: fix unportability in gen_initramfs_list.sh On a Mac OS X machine the output of ls -l is different from a standard Linux machine. Use readlink instead of parsing a hardcoded field number from the ls output. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>