netlink: move docs to README

This commit is contained in:
Ciro Santilli
2018-07-06 08:56:22 +01:00
parent 3d4e0c095d
commit e05eb91add
7 changed files with 72 additions and 29 deletions

7
rootfs_overlay/netlink.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
set -e
insmod /netlink.ko
[ "$(/netlink.out)" = 0 ]
[ "$(/netlink.out)" = 1 ]
[ "$(/netlink.out)" = 2 ]
rmmod netlink

View File

@@ -10,6 +10,7 @@ for test in \
/ioctl.sh \
/kstrto.sh \
/mmap.sh \
/netlink.sh \
/params.sh \
/procfs.sh \
/seq_file.sh \