mirror of https://github.com/hak5/openwrt.git
parent
762a44d5e1
commit
a2f543b0cd
|
@ -1,8 +1,8 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LINUX_VERSION:=2.6.15.3
|
||||
LINUX_VERSION:=2.6.15.6
|
||||
LINUX_RELEASE:=1
|
||||
LINUX_KERNEL_MD5SUM:=57a8675485bbc4982e9267fab6b24519
|
||||
LINUX_KERNEL_MD5SUM:=2ea7c865d6c09a02cbe6ce5fddcd02ca
|
||||
|
||||
include ../rules.mk
|
||||
include ./config
|
||||
|
|
|
@ -325,6 +325,7 @@ CONFIG_IP_NF_MATCH_OWNER=m
|
|||
# CONFIG_IP_NF_MATCH_STRING is not set
|
||||
CONFIG_IP_NF_FILTER=y
|
||||
CONFIG_IP_NF_TARGET_REJECT=y
|
||||
CONFIG_IP_NF_TARGET_IMQ=m
|
||||
# CONFIG_IP_NF_TARGET_LOG is not set
|
||||
CONFIG_IP_NF_TARGET_ULOG=m
|
||||
CONFIG_IP_NF_TARGET_TCPMSS=y
|
||||
|
@ -718,6 +719,12 @@ CONFIG_NETDEVICES=y
|
|||
# CONFIG_DUMMY is not set
|
||||
# CONFIG_BONDING is not set
|
||||
# CONFIG_EQUALIZER is not set
|
||||
CONFIG_IMQ=m
|
||||
# CONFIG_IMQ_BEHAVIOR_AA is not set
|
||||
# CONFIG_IMQ_BEHAVIOR_AB is not set
|
||||
CONFIG_IMQ_BEHAVIOR_BA=y
|
||||
# CONFIG_IMQ_BEHAVIOR_BB is not set
|
||||
CONFIG_IMQ_NUM_DEVS=2
|
||||
CONFIG_TUN=m
|
||||
|
||||
#
|
||||
|
|
|
@ -328,6 +328,7 @@ CONFIG_IP_NF_MATCH_OWNER=m
|
|||
# CONFIG_IP_NF_MATCH_STRING is not set
|
||||
CONFIG_IP_NF_FILTER=y
|
||||
CONFIG_IP_NF_TARGET_REJECT=y
|
||||
CONFIG_IP_NF_TARGET_IMQ=m
|
||||
# CONFIG_IP_NF_TARGET_LOG is not set
|
||||
CONFIG_IP_NF_TARGET_ULOG=m
|
||||
CONFIG_IP_NF_TARGET_TCPMSS=y
|
||||
|
@ -719,6 +720,12 @@ CONFIG_NETDEVICES=y
|
|||
# CONFIG_DUMMY is not set
|
||||
# CONFIG_BONDING is not set
|
||||
# CONFIG_EQUALIZER is not set
|
||||
CONFIG_IMQ=m
|
||||
# CONFIG_IMQ_BEHAVIOR_AA is not set
|
||||
# CONFIG_IMQ_BEHAVIOR_AB is not set
|
||||
CONFIG_IMQ_BEHAVIOR_BA=y
|
||||
# CONFIG_IMQ_BEHAVIOR_BB is not set
|
||||
CONFIG_IMQ_NUM_DEVS=2
|
||||
CONFIG_TUN=m
|
||||
|
||||
#
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LINUX_VERSION:=2.6.15.3
|
||||
LINUX_VERSION:=2.6.15.6
|
||||
LINUX_RELEASE:=1
|
||||
LINUX_KERNEL_MD5SUM:=57a8675485bbc4982e9267fab6b24519
|
||||
LINUX_KERNEL_MD5SUM:=2ea7c865d6c09a02cbe6ce5fddcd02ca
|
||||
|
||||
include ../rules.mk
|
||||
include ./config
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LINUX_VERSION:=2.6.15.3
|
||||
LINUX_VERSION:=2.6.15.6
|
||||
LINUX_RELEASE:=1
|
||||
LINUX_KERNEL_MD5SUM:=57a8675485bbc4982e9267fab6b24519
|
||||
LINUX_KERNEL_MD5SUM:=2ea7c865d6c09a02cbe6ce5fddcd02ca
|
||||
|
||||
include ../rules.mk
|
||||
include ./config
|
||||
|
|
Loading…
Reference in New Issue