- Convert to ypkg
- Update to 1.28.1
Details
Details
- Reviewers
DataDrake - Group Reviewers
Triage Team - Commits
- R472:c6054bad7696: Convert to ypkg, update to 1.28.1
- run various busybox commands and busybox ash
Diff Detail
Diff Detail
- Repository
- R472 busybox
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
The old config file didn't work. So I did make defconfig, then I manually changed the lines:
CONFIG_FEATURE_HAVE_RPC=y CONFIG_STATIC=y CONFIG_FEATURE_FAST_TOP=y
which I thought they were important and copied the file to config.
Is this the right way to update the package? Maybe I could use something like make oldconfig (which it gave me many options and I didn't know which to choose). I would appreciate any advice on how to update packages like these without loosing the important changes from old config files.
| package.yml | ||
|---|---|---|
| 7 | Should be GPL-2.0-or-later and not have the comment still | |
Comment Actions
- update to 1.28.1
- changed license to GPL-2.0-or-later
- update config using make oldconfig
- comment out CONFIG_DPKG, CONFIG_DPKG_DEB, CONFIG_RPM, CONFIG_RPM2CPIO options