mirror of
https://github.com/sheumann/hush.git
synced 2025-03-11 18:30:22 +00:00
we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y),
fix this
This commit is contained in:
parent
ffba941d29
commit
78e48b2c2c
@ -4,4 +4,6 @@
|
|||||||
#
|
#
|
||||||
# Licensed under the GPL v2, see the file LICENSE in this tarball.
|
# Licensed under the GPL v2, see the file LICENSE in this tarball.
|
||||||
|
|
||||||
lib-y:=pwd_grp.o uidgid_get.o
|
lib-y := uidgid_get.o
|
||||||
|
|
||||||
|
lib-$(CONFIG_USE_BB_PWD_GRP) += pwd_grp.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user