1. 18 2月, 2007 1 次提交
  2. 08 2月, 2007 1 次提交
  3. 06 2月, 2007 1 次提交
  4. 12 12月, 2006 1 次提交
    • R
      [NET]: Fix WAN routers kconfig dependency. · ed407717
      Randy Dunlap 提交于
      Currently WAN router drivers can be built in-kernel while the
      register/unregister_wan_device interfaces are built as modules.
      This causes:
      
      drivers/built-in.o: In function `cycx_init':
      cycx_main.c:(.init.text+0x5c4b): undefined reference to `register_wan_device'
      drivers/built-in.o: In function `cycx_exit':
      cycx_main.c:(.exit.text+0x560): undefined reference to `unregister_wan_device'
      make: *** [.tmp_vmlinux1] Error 1
      
      The problem is caused by tristate -> bool conversion (y or m => y),
      so convert WAN_ROUTER_DRIVERS to a tristate so that the correct
      dependency is preserved.
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ed407717
  5. 02 12月, 2006 1 次提交
  6. 31 10月, 2006 1 次提交
  7. 27 9月, 2006 1 次提交
  8. 06 7月, 2006 1 次提交
  9. 12 4月, 2006 1 次提交
  10. 17 2月, 2006 1 次提交
  11. 26 6月, 2005 1 次提交
  12. 04 5月, 2005 1 次提交
  13. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4