-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
351 changed files
with
287 additions
and
2,123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,3 +63,4 @@ CONFIG_BMP_32BPP=y | |
CONFIG_BOOTLOGO=y | ||
CONFIG_CMD_CVI_VO=y | ||
CONFIG_CMD_GPIO=y | ||
CONFIG_CMD_MBR=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ image boot.vfat { | |
"usb.dev", | ||
"usb.rndis0", | ||
"wifi.sta", | ||
"ver", | ||
} | ||
} | ||
size = 16M | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 69 additions & 0 deletions
69
buildroot/board/cvitek/SG200X/overlay/etc/avahi/avahi-daemon.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# This file is part of avahi. | ||
# | ||
# avahi is free software; you can redistribute it and/or modify it | ||
# under the terms of the GNU Lesser General Public License as | ||
# published by the Free Software Foundation; either version 2 of the | ||
# License, or (at your option) any later version. | ||
# | ||
# avahi is distributed in the hope that it will be useful, but WITHOUT | ||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public | ||
# License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public | ||
# License along with avahi; if not, write to the Free Software | ||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 | ||
# USA. | ||
|
||
# See avahi-daemon.conf(5) for more information on this configuration | ||
# file! | ||
|
||
[server] | ||
#host-name=foo | ||
#domain-name=local | ||
#browse-domains=0pointer.de, zeroconf.org | ||
use-ipv4=yes | ||
use-ipv6=yes | ||
#allow-interfaces=eth0 | ||
#deny-interfaces=eth1 | ||
#check-response-ttl=no | ||
#use-iff-running=no | ||
#enable-dbus=yes | ||
#disallow-other-stacks=no | ||
#allow-point-to-point=no | ||
#cache-entries-max=4096 | ||
#clients-max=4096 | ||
#objects-per-client-max=1024 | ||
#entries-per-entry-group-max=32 | ||
ratelimit-interval-usec=1000000 | ||
ratelimit-burst=1000 | ||
|
||
[wide-area] | ||
enable-wide-area=yes | ||
|
||
[publish] | ||
#disable-publishing=no | ||
#disable-user-service-publishing=no | ||
#add-service-cookie=no | ||
publish-addresses=yes | ||
publish-hinfo=yes | ||
publish-workstation=yes | ||
#publish-domain=yes | ||
#publish-dns-servers=192.168.50.1, 192.168.50.2 | ||
#publish-resolv-conf-dns-servers=yes | ||
#publish-aaaa-on-ipv4=yes | ||
#publish-a-on-ipv6=no | ||
|
||
[reflector] | ||
#enable-reflector=no | ||
#reflect-ipv=no | ||
#reflect-filters=_airplay._tcp.local,_raop._tcp.local | ||
|
||
[rlimits] | ||
#rlimit-as= | ||
#rlimit-core=0 | ||
#rlimit-data=8388608 | ||
#rlimit-fsize=0 | ||
#rlimit-nofile=768 | ||
#rlimit-stack=8388608 | ||
#rlimit-nproc=3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,27 @@ | ||
|
||
##################### | ||
# files to boot a real root system | ||
|
||
file /init ../target/init.sh.sqsh 775 0 0 | ||
file /init_recovery ../target/init.sh.recoverysh 775 0 0 | ||
# files to boot a minimal system | ||
|
||
dir /dev 755 0 0 | ||
dir /etc 755 0 0 | ||
dir /proc 755 0 0 | ||
dir /sys 755 0 0 | ||
dir /mnt 755 0 0 | ||
|
||
dir /dev/shm 755 0 0 | ||
dir /dev/pts 755 0 0 | ||
nod /dev/console 644 0 0 c 5 1 | ||
|
||
dir /root 755 0 0 | ||
dir /home 755 0 0 | ||
dir /home/cvitek 755 1000 1000 | ||
file /root/cmdline.sh ../target/cmdline.sh 775 0 0 | ||
file /init ../target/init 775 0 0 | ||
file /busybox ../target/busybox 775 0 0 | ||
|
||
dir /proc 755 0 0 | ||
dir /sys 755 0 0 | ||
|
||
dir /bin 755 1000 1000 | ||
dir /usr 755 1000 1000 | ||
dir /usr/sbin 755 1000 1000 | ||
file /bin/busybox ../target/bin/busybox 755 0 0 | ||
file /usr/sbin/blkid ../target/usr/sbin/blkid 755 0 0 | ||
slink /bin/sh /bin/busybox 755 0 0 | ||
slink /bin/su /bin/busybox 755 0 0 | ||
slink /bin/mount /bin/busybox 755 0 0 | ||
slink /bin/umount /bin/busybox 755 0 0 | ||
slink /bin/findfs /bin/busybox 755 0 0 | ||
slink /bin/chown /bin/busybox 755 0 0 | ||
slink /bin/chmod /bin/busybox 755 0 0 | ||
slink /bin/switch_root /bin/busybox 755 0 0 | ||
slink /sh /busybox 755 0 0 | ||
slink /mount /busybox 755 0 0 | ||
slink /ls /busybox 755 0 0 | ||
slink /mkdir /busybox 755 0 0 | ||
slink /sync /busybox 755 0 0 | ||
slink /ln /busybox 755 0 0 | ||
slink /cat /busybox 755 0 0 | ||
slink /switch_root /busybox 755 0 0 | ||
slink /grep /busybox 755 0 0 | ||
slink /wc /busybox 755 0 0 | ||
slink /umount /busybox 755 0 0 | ||
slink /sleep /busybox 755 0 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,27 @@ | ||
|
||
##################### | ||
# files to boot a real root system | ||
|
||
file /init ../target/init.sh.overlayfssh 775 0 0 | ||
file /init_recovery ../target/init.sh.recoverysh 775 0 0 | ||
# files to boot a minimal system | ||
|
||
dir /dev 755 0 0 | ||
dir /etc 755 0 0 | ||
dir /proc 755 0 0 | ||
dir /sys 755 0 0 | ||
dir /mnt 755 0 0 | ||
|
||
dir /dev/shm 755 0 0 | ||
dir /dev/pts 755 0 0 | ||
nod /dev/console 644 0 0 c 5 1 | ||
|
||
dir /root 755 0 0 | ||
dir /home 755 0 0 | ||
dir /home/cvitek 755 1000 1000 | ||
file /root/cmdline.sh ../target/cmdline.sh 775 0 0 | ||
file /init ../target/init 775 0 0 | ||
file /busybox ../target/busybox 775 0 0 | ||
|
||
dir /proc 755 0 0 | ||
dir /sys 755 0 0 | ||
|
||
dir /bin 755 1000 1000 | ||
dir /sbin 755 1000 1000 | ||
dir /usr 755 1000 1000 | ||
dir /usr/sbin 755 1000 1000 | ||
dir /usr/bin 755 1000 1000 | ||
file /bin/busybox ../target/bin/busybox 755 0 0 | ||
file /usr/sbin/blkid ../target/usr/sbin/blkid 755 0 0 | ||
slink /bin/sh /bin/busybox 755 0 0 | ||
slink /bin/su /bin/busybox 755 0 0 | ||
slink /bin/mount /bin/busybox 755 0 0 | ||
slink /bin/umount /bin/busybox 755 0 0 | ||
slink /bin/switch_root /bin/busybox 755 0 0 | ||
slink /bin/ubiattach /bin/busybox 755 0 0 | ||
slink /bin/ubimkvol /bin/busybox 755 0 0 | ||
slink /bin/cut /bin/busybox 755 0 0 | ||
slink /bin/mdev /bin/busybox 755 0 0 | ||
slink /bin/mkdir /bin/busybox 755 0 0 | ||
slink /sh /busybox 755 0 0 | ||
slink /mount /busybox 755 0 0 | ||
slink /ls /busybox 755 0 0 | ||
slink /mkdir /busybox 755 0 0 | ||
slink /sync /busybox 755 0 0 | ||
slink /ln /busybox 755 0 0 | ||
slink /cat /busybox 755 0 0 | ||
slink /switch_root /busybox 755 0 0 | ||
slink /grep /busybox 755 0 0 | ||
slink /wc /busybox 755 0 0 | ||
slink /umount /busybox 755 0 0 | ||
slink /sleep /busybox 755 0 0 |
Oops, something went wrong.