Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
busybox: do not build powertop. Closes #25
Browse files Browse the repository at this point in the history
dilyn-corner committed Mar 11, 2021
1 parent 4959822 commit 4cee5a2
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/busybox/checksums
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
d568681c91a85edc6710770cebc1e80e042ad74d305b5c2e6d57a5f3de3b8fbd
e19d0c222f656361b769ff6eaad9cc0162f206263abf9f4a4d0c4ede32bec158
d1f094c929232a76f1d9b89f98581f168dbfe08c658b7312d3f677923c227fdb
9861c566b3bd9964c265bb4dd5fc86b2ea7eaea7b88d42b26641f1ad27d00da5
ebd61afac770d3d9cae5c411f44002496fb18b28cf7b77520072a3909852246e
814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12
7 changes: 3 additions & 4 deletions core/busybox/files/.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.33.0
# Tue Feb 9 11:49:14 2021
# Thu Mar 11 05:32:41 2021
#
CONFIG_HAVE_DOT_CONFIG=y

@@ -636,7 +636,6 @@ CONFIG_FEATURE_LAST_FANCY=y
CONFIG_LOSETUP=y
CONFIG_LSPCI=y
CONFIG_LSUSB=y
CONFIG_FEATURE_LSUSB_STRINGS=y
CONFIG_MDEV=y
CONFIG_FEATURE_MDEV_CONF=y
CONFIG_FEATURE_MDEV_RENAME=y
@@ -1041,8 +1040,8 @@ CONFIG_PIDOF=y
CONFIG_FEATURE_PIDOF_SINGLE=y
CONFIG_FEATURE_PIDOF_OMIT=y
CONFIG_PMAP=y
CONFIG_POWERTOP=y
CONFIG_FEATURE_POWERTOP_INTERACTIVE=y
# CONFIG_POWERTOP is not set
# CONFIG_FEATURE_POWERTOP_INTERACTIVE is not set
CONFIG_PS=y
# CONFIG_FEATURE_PS_WIDE is not set
# CONFIG_FEATURE_PS_LONG is not set

4 comments on commit 4cee5a2

@sdsddsd1
Copy link

@sdsddsd1 sdsddsd1 commented on 4cee5a2 Mar 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. This commit removes the option for lsusb to display vendor informations.
4cee5a2#diff-4b7a97bf96de9f357e7b2a5d33399aa6c37b1c6f01be88040f905e088fc8c46aL639
@dilyn-corner

@dilyn-corner
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for noticing. Fixed!

@sdsddsd1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is because this lsubs vendor strings is added through a patch. And is not generated =y when using the old config to generate a new one?

@dilyn-corner
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You would be correct! I thought I had applied the patches, but I guess not.

Please sign in to comment.