mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Tried to make hostapd to run without configuration in blue0 and madwifi
This commit is contained in:
@@ -24,12 +24,13 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 9ff62c80bf4c
|
||||
VER = e9a442d3b53a
|
||||
|
||||
THISAPP = v4l-dvb-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
PAK_VER = 2
|
||||
ifeq "$(SMP)" "1"
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)-smp
|
||||
else
|
||||
@@ -45,7 +46,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = eeb6a77c1ef26bc05a5d4cdba5a5167b
|
||||
$(DL_FILE)_MD5 = e4d9fccd3e3c242d1dce59bc5ecd2c51
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user