aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjal2 <jal2>2003-05-01 19:48:29 +0000
committerjal2 <jal2>2003-05-01 19:48:29 +0000
commiteb0a540e4bfa52b5a3a5ee4134f315e1afc07cc3 (patch)
tree8c3591ceeefaa93e92cf5b86eb8f12cca777d1b0 /Makefile
parent062ff1687bb6753cc4925cfbd6bd6084723f70a0 (diff)
- version 0.10beta1 (it's a major change)
- Makefile: target install does not compile anymore, use target all before - redesigned BSS list handling: an entry now times out and is removed after BSS_LIST_TIMEOUT (curr. 120 seconds) after the arrival of the last beacon. - new iwpriv command list_bss: dumps the bss list to syslog (temporary command, until we have iwlist).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 678662a..d701d49 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 0.9
+VERSION = 0.10beta1
CC=gcc
@@ -41,7 +41,7 @@ TAGS:
find $(KERNEL_SRC)/ -name '*.[ch]' | xargs etags --append
etags --append $(SRCS) $(HDRS)
-install: all
+install:
mkdir -p $(MODULE_DIR)
for f in $(MODULES); do install -m 644 -o 0 -g 0 $$f $(MODULE_DIR)/$$f; done
/sbin/depmod -a