2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

busybox: compile without lspci

This commit is contained in:
Dylan Araps 2019-07-29 11:05:54 +03:00
parent d5153334f0
commit f520ab67e6
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
3d1d04a4dbd34048f4794815a5c48ebb9eb53c5277e09ffffc060323b95dfbdc busybox-1.30.1.tar.bz2
544cbd08a836d63a4d98d0982a395612f37c0a2a122c7bf7137e1d731cc39454 .config
9665a3a47f5e55f1cc5eddb5943b159d9ca747812ef7b7e3f14d6c7c1dfe4173 .config
6c3eb5cf839c7a31c337df0cd8388b397e1415ffa7a63e9678552c9c63dd869f acpid.run
814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12 crond.run
4a5981f4b0d791fe9b84b0b2e01ae905f6565c8245b3cd603e6decf34ddad71a syslogd.run

View File

@ -631,7 +631,7 @@ CONFIG_XXD=y
# CONFIG_LAST is not set
# CONFIG_FEATURE_LAST_FANCY is not set
# CONFIG_LOSETUP is not set
CONFIG_LSPCI=y
CONFIG_LSPCI=n
CONFIG_LSUSB=y
CONFIG_MDEV=y
CONFIG_FEATURE_MDEV_CONF=y

View File

@ -1 +1 @@
1.30.1 12
1.30.1 13