1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-07 17:25:08 +03:00
Commit Graph

1127 Commits

Author SHA1 Message Date
mb
8b78178165 Upgrade b43 and mac80211.
This also temporarly disables hostapd support for mac80211, as hostapd needs patches to compile against latest mac80211.
Will do that in a seperate patch.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10466 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-15 22:47:47 +00:00
nbd
b7e7f4edf0 remove uninstalldev templates (no longer necessary)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9906 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-25 01:40:47 +00:00
nbd
d1a3c36810 prevent mac80211 from accidentally starting to build on older kernel versions because of dependencies (#2718)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9578 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-17 15:54:53 +00:00
nbd
5fe95d1b66 fix up hostapd for mac80211
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9554 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-16 03:10:56 +00:00
nbd
ee77183476 add b43 fixes from #2677
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9535 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-11 11:44:59 +00:00
nbd
85c1d5c751 clean up mac80211 related kernel version deps
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9522 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-10 15:23:02 +00:00
nbd
91352c75cd fix mac80211 compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9391 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-21 13:04:32 +00:00
nbd
18a017bbe4 fix more downloading crap
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9389 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-21 12:17:49 +00:00
nbd
f4e4cd8405 fix nl80211
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9296 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-13 23:01:35 +00:00
nbd
091781a685 don't build mac80211 if the kernel version does not match
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9294 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-13 22:41:46 +00:00
nbd
dada6195cd fix include, reduce verbosity
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9292 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-13 22:41:31 +00:00
nbd
31f26ea821 add updated mac80211 - this no longer relies on patching includes in the kernel trees, but just uses its own instead
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9290 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-13 22:41:08 +00:00
ejka
2cde6994a9 add minimal uci support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9145 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-05 17:56:15 +00:00
nbd
640652a244 add $(STAGING_DIR) as argument to the InstallDev template and update packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9052 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-28 01:45:11 +00:00
nico
2cd399391e move crypto support to a seperate crypto.mk file, split modules into multiple packages and adjust dependencies, sync crypto options in kconfigs.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8980 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-23 15:12:12 +00:00
nico
c4b73fa154 move package description to a separate definition, remove it when DESCRIPTION=TITLE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-07 08:34:51 +00:00
nico
4dcc99e756 another cleanup missed from [8587]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8589 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-03 08:23:08 +00:00
nico
a702c26fde use a default VERSION field for kmod packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8575 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-02 16:39:27 +00:00
nico
976f0727c1 package/mac80211 fixes:
* mark 2.6 only
 * only build if in-kernel mac80211 is available (i.e. the kernel is recent enough)


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8502 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-27 02:23:59 +00:00
florian
655d95675b Fix the mac80211 installation, remove the in-kernel mac80211 package, thanks to Daniel Gimpelevich
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8369 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-07 09:14:45 +00:00
nbd
720cdf88eb fix mac80211 build for platforms that have led support disabled
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8138 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-23 22:10:23 +00:00
florian
3775796c70 Make mac80211 compile even if CONFIG_LEDS_TRIGGERS is not defined in the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8126 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-23 12:44:43 +00:00
noz
189462ca0b Merge mac80211 driver from tree at bu3sch.de, pulled 24/6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7733 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-25 19:52:20 +00:00
nbd
d3f44b49b3 remove bogus dependency, fix a few cosmetic bugs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7719 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-25 04:04:28 +00:00
nbd
9491b9412b do not attempt to compile mac80211 on 2.6.21
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7701 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-22 04:47:48 +00:00
nbd
3912d46a72 fix mac80211 build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7696 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-21 23:12:50 +00:00
noz
9aa53bb177 New: mac80211 stack from the wireless-dev tree
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7692 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-21 20:42:32 +00:00