Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132703
b: refs/heads/master
c: e9cc8bd
h: refs/heads/master
i:
  132701: fc7a665
  132699: 4733b2f
  132695: 4e0e424
  132687: d882321
  132671: f1f51d2
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Herbert Xu committed Mar 4, 2009
1 parent dd2e139 commit 7cde6eb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c882f64130071eaebdc0861bee34a73e436f004
refs/heads/master: e9cc8bddaea3944fabfebb968bc88d603239beed
6 changes: 6 additions & 0 deletions trunk/lib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,10 @@ config DISABLE_OBSOLETE_CPUMASK_FUNCTIONS
bool "Disable obsolete cpumask functions" if DEBUG_PER_CPU_MAPS
depends on EXPERIMENTAL && BROKEN

#
# Netlink attribute parsing support is select'ed if needed
#
config NLATTR
bool

endmenu
2 changes: 2 additions & 0 deletions trunk/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ obj-$(CONFIG_HAVE_ARCH_TRACEHOOK) += syscall.o

obj-$(CONFIG_DYNAMIC_PRINTK_DEBUG) += dynamic_printk.o

obj-$(CONFIG_NLATTR) += nlattr.o

hostprogs-y := gen_crc32table
clean-files := crc32table.h

Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions trunk/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

menuconfig NET
bool "Networking support"
select NLATTR
---help---
Unless you really know what you are doing, you should say Y here.
The reason is that some programs need kernel networking support even
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/netlink/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Makefile for the netlink driver.
#

obj-y := af_netlink.o attr.o genetlink.o
obj-y := af_netlink.o genetlink.o

0 comments on commit 7cde6eb

Please sign in to comment.