Changes between Version 7 and Version 8 of Internal/UbiquitiDrivers
- Timestamp:
- Oct 23, 2008, 8:08:19 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/UbiquitiDrivers
v7 v8 87 87 so the make command is calling the modules target of the Makefile in the headers directory. Apparently there is some macro named for_each_netdev that was modified between versions of the kernel. Its documented here (http://forum.tuxx-home.at/viewtopic.php?f=15&t=461) but in the context of installing a cisco vpn client. This error is specfic to the 2.6.24 flavor of the kernel. 88 88 89 The reason for this is, that 2.6.24 has a different call to for_each_netdev() and the new call contains an 90 additional parameter (init_net) which is in the net namespace and is exported to GPL compatible modules 91 only. As you might already guess, cisco_ipsec.ko has a proprietary license because not all code to build 92 the module is open source. 89 93