Skip to content

Commit

Permalink
xiaomi-elish: fix bsp package build
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate authored and igorpecovnik committed Jan 7, 2025
1 parent eb8d632 commit 00529b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/boards/xiaomi-elish.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ function post_family_tweaks_bsp__xiaomi-elish_firmware() {
# USB Gadget Network service
mkdir -p $destination/usr/local/bin/
mkdir -p $destination/usr/lib/systemd/system/
mkdir -p $destination/etc/initramfs-tools/scripts/init-bottom/
install -Dm655 $SRC/packages/bsp/usb-gadget-network/setup-usbgadget-network.sh $destination/usr/local/bin/
install -Dm655 $SRC/packages/bsp/usb-gadget-network/remove-usbgadget-network.sh $destination/usr/local/bin/
install -Dm644 $SRC/packages/bsp/usb-gadget-network/usbgadget-rndis.service $destination/usr/lib/systemd/system/
Expand Down

0 comments on commit 00529b9

Please sign in to comment.