Commit Graph

677 Commits (012ea4a5a39c8d59c599e7753727950fa5f83809)

Author SHA1 Message Date
Michael Büsch 7aa8523f3e 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
Felix Fietkau 07ac525153 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
Felix Fietkau 515a409596 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
Felix Fietkau 77a96c5437 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
Felix Fietkau d5345b5f7a 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
Felix Fietkau 7bc2213906 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
Felix Fietkau 8ce442bc2e 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
Felix Fietkau d1854ecf3b 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
Felix Fietkau b48c519ec9 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
Felix Fietkau a4bc9ed013 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
Felix Fietkau ca21ca62f4 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
Felix Fietkau 099b35adb9 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
Eugene Konev 6d308f175d 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
Felix Fietkau bb6c4aade1 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
Nicolas Thill edfea6d60d 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
Nicolas Thill 2180fa92a1 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
Nicolas Thill cec59180ed 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
Nicolas Thill 69ffd95c71 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
Nicolas Thill 406909c637 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 Fainelli 2221b07602 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
Felix Fietkau 2e92155ee3 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 Fainelli 69431239dd 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
Peter Denison c62ae7c76e 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
Felix Fietkau 240a284e58 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
Felix Fietkau 9461343a26 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
Felix Fietkau 35964080a9 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
Peter Denison 4fdb427ff0 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