Skip to content

deskosproject/wl-kmod-rpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeskOS: wl-kmod RPM

This is the wl-kmod RPM package for the DeskOS operating system.

Upstream comes from ELRepo: http://elrepo.org/tiki/wl-kmod

How to compile:

$ sudo yum -y group install 'Development Tools'
$ sudo yum -y install redhat-lsb kernel-abi-whitelists
$ sudo yum -y install kernel-devel-$(uname -r)
$ mkdir -p ~/rpmbuild/{BUILD,RPMS,SPECS,SOURCES,SRPMS}
$ echo -e "%_topdir $(echo $HOME)/rpmbuild\n%dist .el$(lsb_release -s -r|cut -d"." -f1).deskos" >> ~/.rpmmacros
$ rpmbuild -ba --define 'packager DeskOS Project' SPECS/wl-kmod.spec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages