65237da88b
package/busybox/udhcpc.script: ensure action argument is correctly passed to hook scripts
...
commit f79a420825479c47d (package/busybox/udhcpc.script: support RFC3442
static routes) used 'set --' clobbering the positional arguments, causing
the action argument to not be correctly forwarded to hook scripts for the
renew / bound cases if static routes are provided by the server.
As a workaround, save the action argument at the beginning of the script and
use that when calling hook scripts.
Reported-by: 王琦 <wangwangqi2011@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-08-30 20:32:04 +08:00
e3bd1e8157
package/busybox: correctly set BUSYBOX_KCONFIG_SUPPORTS_DEFCONFIG
...
Commit e6b3913cfc converted busybox to the generic kconfig help text
infrastructure, but set the wrong variable to flag that it doesn't
support defconfig files. Fix that.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2023-08-30 20:31:55 +08:00
a20586d43b
package: use the generic _HELP_CMDS for kconfig-based packages
...
As Thomas put it:
The <pkg>_HELP_CMDS variable allows packages using the
kconfig-package infrastructure to display their specific
targets related to the handling of their configuration.
However, it was not consistently used and handled by the
different packages.
So, this commit switches all the kconfig-based package to use the
generic help helper.
As a consequence:
- all kconfig packages now advetise their kconfig-related actions,
where some were previously missing: at91bootstrap3, linux-backports,
swupdate, xvisor;
- busybox advertises it does not support defconfig files;
- the 'foo-savedfconfig' action is no longer advertised: it is to be
considered an internal implementation detail.
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2023-08-30 20:31:48 +08:00
c0fc885c89
package/busybox: bump version to 1.33.1
...
patch 0003: already applied upstream
patch 0004: already applied upstream
Signed-off-by: Michael Fischer <mf@go-sys.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-08-30 20:31:41 +08:00
7b8f62ce80
buildroot: enable ntp
2023-08-30 19:33:28 +08:00
c5330c4a56
buildroot: enable htop
2023-08-30 17:08:38 +08:00
e23c6539a5
update pinmux tool
2023-08-30 16:46:28 +08:00
8ff6876544
use duo-init.sh to initialize some hardware interfaces
2023-08-24 16:40:24 +08:00
be2a69546e
camera: support sensor gc2083
2023-08-17 14:21:24 +08:00
0caef94290
add usb-host.sh to enable usb-hub on IO Board
2023-08-07 15:14:18 +08:00
5dc56824c6
use usb.sh to link target function
2023-08-07 11:45:05 +08:00
1fff7eadc9
buildroot: enable dhcpcd
2023-08-07 11:21:06 +08:00
52ac8d5cb4
kernel: support usb storage like USB flash disk
...
execute this command first:
echo host > /proc/cviusb/otg_role
2023-08-05 19:39:49 +08:00
7eeb4b3289
add pinmux tool cvi_pinmux
2023-07-20 11:18:19 +08:00
b773d8a7b5
readme: Ubuntu 22.04 env setup
2023-07-05 19:26:13 +08:00
bb782c05bb
buildroot: drop '-b' from mcopy
2023-07-05 10:27:51 +00:00
3d25af3fa5
add missing apt-get packages to readme
2023-06-21 16:44:01 +08:00
d44d90f17a
add FAQs
2023-06-21 10:26:46 +08:00
62b45ff3cb
update git url
2023-06-21 09:23:44 +08:00
a8ad731d21
use timestamp as version for /etc/os-release
2023-06-16 22:21:50 +08:00
0ec133cf0e
enable LED blink
2023-06-16 21:55:13 +08:00
c3909d7562
enable rndis in script S99user
2023-06-16 21:22:46 +08:00
dfdf4d1ff5
enable dnsmasq for milkv duo
2023-06-16 20:01:15 +08:00
eb8582bb95
add missing init file from origin SDK
...
buildroot-2021.05/board/cvitek/CV180X/overlay/mnt/system/S99msc
to
buildroot-2021.05/board/milkv/duo/overlay/mnt/system/S99msc
2023-06-16 19:59:19 +08:00
a718e1cb69
use wiringX as a GPIO library
2023-06-16 14:36:16 +08:00
3fca6e5a1d
update the readme file
2023-06-14 14:45:38 +08:00
529e8a5075
milkv-duo use genimage to create sd card img
2023-06-13 22:07:20 +08:00
db74adc752
milkv-duo use a separate script to create sd image
2023-06-13 21:48:10 +08:00
69c5b08231
change buildroot board dir for milkv-duo
2023-06-13 21:36:20 +08:00
fe0508cb1d
add dl packages to speed up build
2023-06-13 21:29:06 +08:00
50351adcec
use buildroot to create rootfs
2023-06-13 21:27:03 +08:00
713cbc4b04
add build_milkv.sh script to build milkv boards
2023-06-13 21:26:38 +08:00
4c3ec86ff3
create cv1800b_milkv_duo_sd board config
...
copy from cv1800b_sophpi_duo_sd
2023-06-13 21:24:58 +08:00
4697b20df5
initial README for Milk-V Duo
2023-06-13 21:24:16 +08:00
b16594c4ff
optimize gitignore files
2023-06-13 21:23:56 +08:00
0e1c8ece36
freertos: add some lib for huashan-pi
...
Change-Id: Idf0abfab1515359353a2cfb9fb7c645674a46125
2023-06-01 12:34:37 +08:00
e5e4fea4fa
fsbl: weekly update 2023-05-22 1. add some board .o
...
Change-Id: I613ede71102c93c76b3882e66aab972e8fc9c686
2023-05-24 17:54:59 +08:00
526f902b6a
middleware: weekly update 2023-05-22 1. update awb algo 2. support some sensor 3. add cv181x ko_shrink 4. update codec driver
...
Change-Id: Ie0cf772066a25dcb12074ee562cdabd71d63cd06
2023-05-24 11:57:21 +08:00
34605614f1
ramdisk: weekly update 2023-05-22 1. add bluetooth test sample and firmware
...
Change-Id: I30a7e28fecfee9708b600995434100bd3d1ad588
2023-05-24 11:57:20 +08:00
cf903f273b
uboot: weekly update 2023-05-22 1. usb support dwc2 2. recalculate dsi_timing table
...
Change-Id: I0d2b9ae942ede724c30eb715a35ab3f6276a2c81
2023-05-24 11:57:20 +08:00
20dbb987e3
linux: weekly update 2023-05-22 1. add rtl8821cs to kconfig 2. Support icommsemi config
...
Change-Id: I7b1a5fd4cfd7b2be4009180f9038e79ad8e2c7e8
2023-05-24 11:57:20 +08:00
df3ba8d3a0
build: weekly update 2023-05-22 1. support some sensor 2. support rtl bluetooth in huashanpai 3. set some board: CONFIG_MTD_UBI=y
...
Change-Id: I78fcb9c924fe90efda6df4364662dd6b0f19185b
2023-05-24 11:57:19 +08:00
8e0360d8e5
buildroot: weekly update 2023-04-26
...
1. cv180x support ssh and autologin
2023-04-28 10:46:49 +08:00
ce9f68c35f
middleware: weekly update 2023-04-26 1. add new sensor driver: tp2863,gc0329,mis2008 2. add some panel driver and sample app 3. update vi/vo driver 4. add ko_shrink for cv180x
...
Change-Id: Iea07e7ff516682255616f8f066ae33131e243a31
2023-04-28 10:37:40 +08:00
a57169ae72
ramdisk: weekly update 2023-04-26 1. add adbd musl files 2. add cv180x cvi_pinmux tool 3. add hostapd udhcpd musl files
...
Change-Id: If43f96cb76a6736eb5977f118c25dd923031db48
2023-04-28 10:37:30 +08:00
e955c3f4fe
build: weekly update 2023-04-26 1. add huashanpi board 2. add new sensors: gc0329,mis2008,tp2863 3. modified the configuration of some boards
...
Change-Id: I2d8814128ca6983d4a9f65c30c6598cca6d2e5ea
2023-04-28 10:37:07 +08:00
f0e3f7d1d1
middleware: weekly update 2023-04-02 1. sync gpio number 2. update adc driver 3. update isp algo
...
Change-Id: If466eafa6657d9864f30648506a900eaf7d19336
2023-04-04 17:18:51 +08:00
51d738af90
build: weekly update 2023-04-02 1. add cv1801c rls config
...
Change-Id: I588ae7244d83bf56b849a4e6b4eaa328f179a04c
2023-04-04 17:18:24 +08:00
9b648a187d
middleware: weekly update 2023-03-25
...
1. add ov5647 sensor driver and configuration
2. support tp2825
3. update some func
4. Detach the sensor into a separate file
Change-Id: If49bf2ec3728bcbd7c132f8c26a2ae194e4c1bdc
2023-03-27 00:24:58 +08:00
88cce7a8a2
fsbl: weekly update 2023-03-25
...
1. update release func
Change-Id: I221476630ce4f2f6a01e8f89fd96d9ac9701a270
2023-03-27 00:22:46 +08:00