mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
bcm_sta: use unified /usr
This commit is contained in:
parent
80f393f05a
commit
663686cd1a
@ -41,6 +41,6 @@ make_target() {
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p $INSTALL/lib/modules/$(get_module_dir)/bcm_sta
|
||||
cp *.ko $INSTALL/lib/modules/$(get_module_dir)/$PKG_NAME
|
||||
mkdir -p $INSTALL/usr/lib/modules/$(get_module_dir)/bcm_sta
|
||||
cp *.ko $INSTALL/usr/lib/modules/$(get_module_dir)/$PKG_NAME
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user