diff options
author | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-16 11:39:45 +0000 |
---|---|---|
committer | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-16 11:39:45 +0000 |
commit | a8e04bf74b70737b4ee72cec9b7ba7285a784658 (patch) | |
tree | bb9df92ed02562e1e448fb3f7395046d184a7227 | |
parent | b1e831b174a809f345bbbf16c00198e023d8291c (diff) |
kernel: add missing config options
r35336 exposed PTP, which has additional drivers on ixp4xx, causing it to
not build with PTP enabled.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35611 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-3.3 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.6 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.7 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.8 | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3 index 048f108e44..1079fa1b67 100644 --- a/target/linux/generic/config-3.3 +++ b/target/linux/generic/config-3.3 @@ -2196,6 +2196,7 @@ CONFIG_PROC_SYSCTL=y # CONFIG_PROVE_RCU is not set # CONFIG_PSB6970_PHY is not set # CONFIG_PSTORE is not set +# CONFIG_PTP_1588_CLOCK_IXP46X is not set # CONFIG_QLA3XXX is not set # CONFIG_QLCNIC is not set # CONFIG_QLGE is not set diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6 index 1ed75eff09..909f5aaea0 100644 --- a/target/linux/generic/config-3.6 +++ b/target/linux/generic/config-3.6 @@ -2306,6 +2306,7 @@ CONFIG_PROC_SYSCTL=y # CONFIG_PROVE_RCU is not set # CONFIG_PSB6970_PHY is not set # CONFIG_PSTORE is not set +# CONFIG_PTP_1588_CLOCK_IXP46X is not set # CONFIG_QLA3XXX is not set # CONFIG_QLCNIC is not set # CONFIG_QLGE is not set diff --git a/target/linux/generic/config-3.7 b/target/linux/generic/config-3.7 index 61975c7994..918b8e1b61 100644 --- a/target/linux/generic/config-3.7 +++ b/target/linux/generic/config-3.7 @@ -2350,6 +2350,7 @@ CONFIG_PROC_SYSCTL=y # CONFIG_PROVE_RCU is not set # CONFIG_PSB6970_PHY is not set # CONFIG_PSTORE is not set +# CONFIG_PTP_1588_CLOCK_IXP46X is not set # CONFIG_QLA3XXX is not set # CONFIG_QLCNIC is not set # CONFIG_QLGE is not set diff --git a/target/linux/generic/config-3.8 b/target/linux/generic/config-3.8 index 0fdf8f37e1..e63eb9b6e1 100644 --- a/target/linux/generic/config-3.8 +++ b/target/linux/generic/config-3.8 @@ -2371,6 +2371,7 @@ CONFIG_PROC_SYSCTL=y # CONFIG_PSB6970_PHY is not set # CONFIG_PSTORE is not set # CONFIG_PTP_1588_CLOCK is not set +# CONFIG_PTP_1588_CLOCK_IXP46X is not set # CONFIG_PTP_1588_CLOCK_PCH is not set # CONFIG_QLA3XXX is not set # CONFIG_QLCNIC is not set |