mirror of
https://github.com/nikdoof/builder.git
synced 2025-12-26 00:09:22 +00:00
Sync HS303-v* profiles
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/dev/mtd1 0 0x10000 0x10000 0x1
|
||||
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
qrscan.sh >/dev/null 2>&1 &
|
||||
;;
|
||||
esac
|
||||
@@ -1,14 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
set_gpio() {
|
||||
[ "$2" -eq 1 ] && gpio set $1 || gpio clear $1
|
||||
sleep 1
|
||||
}
|
||||
|
||||
if [ "$1" = "rtl8188eus-switcam-hs303v2" ]; then
|
||||
gpio set 54
|
||||
modprobe 8188eu
|
||||
exit 0
|
||||
fi
|
||||
|
||||
exit 1
|
||||
Reference in New Issue
Block a user