mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
[BOARD] use gmenu2x configs from package output
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
up=keyboard,273
|
||||
down=keyboard,274
|
||||
left=keyboard,276
|
||||
right=keyboard,275
|
||||
modifier=keyboard,8
|
||||
confirm=keyboard,308
|
||||
cancel=keyboard,306
|
||||
manual=keyboard,9
|
||||
section_prev=keyboard,32
|
||||
section_next=keyboard,304
|
||||
pagedown=keyboard,32
|
||||
pageup=keyboard,304
|
||||
settings=keyboard,13
|
||||
menu=keyboard,27
|
||||
power=keyboard,305
|
||||
dec=keyboard,280
|
||||
inc=keyboard,281
|
||||
@@ -1,17 +0,0 @@
|
||||
up=keyboard,273
|
||||
down=keyboard,274
|
||||
left=keyboard,276
|
||||
right=keyboard,275
|
||||
modifier=keyboard,304
|
||||
confirm=keyboard,308
|
||||
cancel=keyboard,306
|
||||
manual=keyboard,32
|
||||
section_prev=keyboard,9
|
||||
section_next=keyboard,8
|
||||
pagedown=keyboard,8
|
||||
pageup=keyboard,9
|
||||
settings=keyboard,13
|
||||
menu=keyboard,27
|
||||
power=keyboard,305
|
||||
dec=keyboard,280
|
||||
inc=keyboard,281
|
||||
@@ -501,9 +501,9 @@ fi
|
||||
# copy over the config files
|
||||
echo "Copying default configuration files into place..." | tee -a ${LOG}
|
||||
if $BITTBOY_CONFIG; then
|
||||
cp "${MOUNTDIR}/configs/input_bittboy.conf" "${MOUNTDIR}/configs/input.conf"
|
||||
cp "/mnt/gmenu2x/input_bittboy.conf" "${MOUNTDIR}/configs/input.conf"
|
||||
elif $MIYOO_CONFIG; then
|
||||
cp "${MOUNTDIR}/configs/input_miyoo.conf" "${MOUNTDIR}/configs/input.conf"
|
||||
cp "/mnt/gmenu2x/input_miyoo.conf" "${MOUNTDIR}/configs/input.conf"
|
||||
fi
|
||||
mount -o remount,ro "${MOUNTDIR}" | tee -a ${LOG}
|
||||
if test -r "${BASEDIR}/configs/manifest"; then
|
||||
|
||||
@@ -17,12 +17,6 @@ image bootfs.vfat {
|
||||
file configs/manifest {
|
||||
image = "boot/configs/manifest"
|
||||
}
|
||||
file configs/input_bittboy.conf {
|
||||
image = "boot/configs/input_bittboy.conf"
|
||||
}
|
||||
file configs/input_miyoo.conf {
|
||||
image = "boot/configs/input_miyoo.conf"
|
||||
}
|
||||
file configs/.volume.conf {
|
||||
image = "boot/configs/.volume.conf"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user