[OpenWrt-Tickets] [OpenWrt] #3402: Crypto Modules Renamed in 2.6.25 (build fails)

OpenWrt openwrt-devel at lists.openwrt.org
Sun May 4 23:44:40 CEST 2008


#3402: Crypto Modules Renamed in 2.6.25 (build fails)
----------------------------------+-----------------------------------------
 Reporter:  anonymous             |        Owner:  developers
     Type:  defect                |       Status:  new       
 Priority:  normal                |    Milestone:  7.10?     
Component:  kernel                |   Resolution:            
 Keywords:  2.6.25 module crypto  |  
----------------------------------+-----------------------------------------
Comment (by oshcraft (was anonymous)):

 This was about what I did to solve it for me. I did not try your patch,
 because I am currently on an older release and don't want to recompile the
 whole toolchain, but I expect it to work. I can give it a try tomorrow, if
 you want.

 This will break again if 2.6.26 is released. It would be nicer to have
 something in the form of

 {{{
 ifge ($(KERNEL_MINOR), 24)
     CRYPTO_GENERIC:=_generic
 endif
 ifge ($(KERNEL_MINOR), 25)
     CRYPTO_PREFIX:=crypto_
 endif
 }}}
 to make it a bit more general. I am not very familiar with what is
 possible to do with make and about which variables are defined within the
 OpenWRT toolchain. So {{{ifge}}} and {{{KERNEL_MINOR}}} are likely to be
 inexistent.

-- 
Ticket URL: <https://dev.openwrt.org/ticket/3402#comment:2>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology


More information about the openwrt-tickets mailing list