v3
- "donkey"
This commit is contained in:
parent
a3cdf502b3
commit
18401647a2
@ -11,7 +11,8 @@ delete_this_file_after_completion=1
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
#Networking:
|
||||
#Enable WiFi or Ethernet. If both are enabled, WiFi will take priority.
|
||||
#Enable WiFi or Ethernet.
|
||||
# NB: If both are enabled, WiFi will take priority and Ethernet will be disabled.
|
||||
ethernet_enabled=1
|
||||
wifi_enabled=0
|
||||
|
||||
|
||||
@ -92,7 +92,7 @@ create_board_package()
|
||||
|
||||
install -m 755 $SRC/lib/scripts/resize2fs $destination/etc/init.d
|
||||
install -m 755 $SRC/lib/scripts/firstrun $destination/etc/init.d
|
||||
install -m 755 $SRC/lib/config/armbian_first_run.txt $destination/boot/armbian_first_run.txt
|
||||
cp $SRC/lib/config/armbian_first_run.txt $destination/boot/armbian_first_run.txt
|
||||
install -m 755 $SRC/lib/scripts/armhwinfo $destination/etc/init.d
|
||||
|
||||
# configure MIN / MAX speed for cpufrequtils
|
||||
|
||||
Loading…
Reference in New Issue
Block a user