added additional packages needed by platform-scripts/install_emmc.sh
This commit is contained in:
parent
acd775352c
commit
4ab08ba6b7
14
SOFTWARE/A64-TERES/scripts/make_rootfs.sh
Executable file → Normal file
14
SOFTWARE/A64-TERES/scripts/make_rootfs.sh
Executable file → Normal file
@ -299,11 +299,14 @@ EOF
|
||||
sunxi-disp-tool \
|
||||
network-manager \
|
||||
wireless-tools \
|
||||
device-tree-compiler \
|
||||
dialog \
|
||||
rsync \
|
||||
"
|
||||
elif [ "$DISTRO" = "sid" -o "$DISTRO" = "jessie" ]; then
|
||||
DEB=debian
|
||||
DEBUSER=debian
|
||||
DEBUSERPW=debian
|
||||
DEBUSER=olimex
|
||||
DEBUSERPW=olimex
|
||||
ADDPPACMD=""
|
||||
EXTRADEBS="sudo"
|
||||
else
|
||||
@ -350,12 +353,11 @@ ff00::0 ip6-mcastprefix
|
||||
ff02::1 ip6-allnodes
|
||||
ff02::2 ip6-allrouters
|
||||
EOF
|
||||
cat > "$DEST/etc/udev/hwdb.d/teres_kmap.hwdb" <<EOF
|
||||
cat > "$DEST/etc/udev/hwdb.d/teres_kmap.hwdb" <<EOF
|
||||
evdev:input:b0003v15BAp003C*
|
||||
KEYBOARD_KEY_7006f=brightnessdown
|
||||
KEYBOARD_KEY_70070=brightnessup
|
||||
KEYBOARD_KEY_7006f=brightnessdown
|
||||
KEYBOARD_KEY_70070=brightnessup
|
||||
EOF
|
||||
|
||||
add_platform_scripts
|
||||
add_systemd_services
|
||||
add_udev_rules
|
||||
|
Loading…
Reference in New Issue
Block a user