ifenlave: make this build again.
This commit is contained in:
parent
cf74b5c0fb
commit
0569248c6e
|
@ -6,8 +6,14 @@ short_desc="Attach and detach slave interfaces to a bonding device"
|
|||
homepage="http://www.kernel.org"
|
||||
license="GPL-2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7fc3060
|
||||
|
||||
do_fetch() {
|
||||
mkdir ${wrksrc}
|
||||
}
|
||||
|
||||
do_extract() {
|
||||
:
|
||||
}
|
||||
|
||||
do_build() {
|
||||
${CC:-gcc} $CFLAGS $LDFLAGS -Wall -Wstrict-prototypes \
|
||||
|
@ -21,6 +27,6 @@ do_install() {
|
|||
|
||||
ifenslave_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue