mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 02:22:15 +08:00
36f61365d7
- update kernel to 3.2-series - extramodules get installed to '/lib/modules/' - tuxonice tools kept in kernel-dev for now
22 lines
937 B
Diff
22 lines
937 B
Diff
diff -Naur broadcom-sta-5.100.82.111.orig/Makefile broadcom-sta-5.100.82.111/Makefile
|
|
--- broadcom-sta-5.100.82.111.orig/Makefile 2011-10-06 08:16:10.000000000 +0900
|
|
+++ broadcom-sta-5.100.82.111/Makefile 2011-10-24 08:54:26.000000000 +0900
|
|
@@ -16,7 +16,7 @@
|
|
ifneq ($(KERNELRELEASE),)
|
|
|
|
LINUXVER_GOODFOR_CFG80211:=$(strip $(shell \
|
|
- if [ "$(VERSION)" -ge "2" -a "$(PATCHLEVEL)" -ge "6" -a "$(SUBLEVEL)" -ge "32" ]; then \
|
|
+ if [ "$(VERSION)" -ge "3" -o "$(VERSION)" -eq "2" -a "$(PATCHLEVEL)" -ge "6" -a "0$(SUBLEVEL)" -ge "32" ]; then \
|
|
echo TRUE; \
|
|
else \
|
|
echo FALSE; \
|
|
@@ -24,7 +24,7 @@
|
|
))
|
|
|
|
LINUXVER_WEXT_ONLY:=$(strip $(shell \
|
|
- if [ "$(VERSION)" -ge "2" -a "$(PATCHLEVEL)" -ge "6" -a "$(SUBLEVEL)" -ge "17" ]; then \
|
|
+ if [ "$(VERSION)" -ge "3" -o "$(VERSION)" -eq "2" -a "$(PATCHLEVEL)" -ge "6" -a "0$(SUBLEVEL)" -ge "17" ]; then \
|
|
echo FALSE; \
|
|
else \
|
|
echo TRUE; \
|