File: 21_madwifi_includes.dpatch

package info (click to toggle)
hostapd 1%3A0.5.5-3.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,360 kB
  • ctags: 5,937
  • sloc: ansic: 46,225; sh: 2,355; makefile: 405; perl: 79
file content (21 lines) | stat: -rw-r--r-- 737 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#! /bin/sh /usr/share/dpatch/dpatch-run
## madwifi_includes.patch by Kel Modderman <kelrin@tpg.com.au>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Enable madwifi support & use our madwifi headers

@DPATCH@
diff -Nrup hostapd.orig/.config hostapd/.config
--- hostapd.orig/.config	2006-08-25 08:05:49.000000000 +1000
+++ hostapd/.config	2006-08-25 08:06:43.000000000 +1000
@@ -5,8 +5,8 @@ CONFIG_DRIVER_HOSTAP=y
 CONFIG_DRIVER_WIRED=y
 
 # Driver interface for madwifi driver
-#CONFIG_DRIVER_MADWIFI=y
-#CFLAGS += -I../head # change to reflect local setup; directory for madwifi src
+CONFIG_DRIVER_MADWIFI=y
+CFLAGS += -I./driver_madwifi
 
 # Driver interface for Prism54 driver
 CONFIG_DRIVER_PRISM54=y