mirror of https://github.com/hak5/openwrt-owl.git
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> SVN-Revision: 35611owl
parent
c98b12d911
commit
dd77663fb0
|
@ -2196,6 +2196,7 @@ CONFIG_PROC_SYSCTL=y
|
||||||
# CONFIG_PROVE_RCU is not set
|
# CONFIG_PROVE_RCU is not set
|
||||||
# CONFIG_PSB6970_PHY is not set
|
# CONFIG_PSB6970_PHY is not set
|
||||||
# CONFIG_PSTORE is not set
|
# CONFIG_PSTORE is not set
|
||||||
|
# CONFIG_PTP_1588_CLOCK_IXP46X is not set
|
||||||
# CONFIG_QLA3XXX is not set
|
# CONFIG_QLA3XXX is not set
|
||||||
# CONFIG_QLCNIC is not set
|
# CONFIG_QLCNIC is not set
|
||||||
# CONFIG_QLGE is not set
|
# CONFIG_QLGE is not set
|
||||||
|
|
|
@ -2306,6 +2306,7 @@ CONFIG_PROC_SYSCTL=y
|
||||||
# CONFIG_PROVE_RCU is not set
|
# CONFIG_PROVE_RCU is not set
|
||||||
# CONFIG_PSB6970_PHY is not set
|
# CONFIG_PSB6970_PHY is not set
|
||||||
# CONFIG_PSTORE is not set
|
# CONFIG_PSTORE is not set
|
||||||
|
# CONFIG_PTP_1588_CLOCK_IXP46X is not set
|
||||||
# CONFIG_QLA3XXX is not set
|
# CONFIG_QLA3XXX is not set
|
||||||
# CONFIG_QLCNIC is not set
|
# CONFIG_QLCNIC is not set
|
||||||
# CONFIG_QLGE is not set
|
# CONFIG_QLGE is not set
|
||||||
|
|
|
@ -2350,6 +2350,7 @@ CONFIG_PROC_SYSCTL=y
|
||||||
# CONFIG_PROVE_RCU is not set
|
# CONFIG_PROVE_RCU is not set
|
||||||
# CONFIG_PSB6970_PHY is not set
|
# CONFIG_PSB6970_PHY is not set
|
||||||
# CONFIG_PSTORE is not set
|
# CONFIG_PSTORE is not set
|
||||||
|
# CONFIG_PTP_1588_CLOCK_IXP46X is not set
|
||||||
# CONFIG_QLA3XXX is not set
|
# CONFIG_QLA3XXX is not set
|
||||||
# CONFIG_QLCNIC is not set
|
# CONFIG_QLCNIC is not set
|
||||||
# CONFIG_QLGE is not set
|
# CONFIG_QLGE is not set
|
||||||
|
|
|
@ -2371,6 +2371,7 @@ CONFIG_PROC_SYSCTL=y
|
||||||
# CONFIG_PSB6970_PHY is not set
|
# CONFIG_PSB6970_PHY is not set
|
||||||
# CONFIG_PSTORE is not set
|
# CONFIG_PSTORE is not set
|
||||||
# CONFIG_PTP_1588_CLOCK 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_PTP_1588_CLOCK_PCH is not set
|
||||||
# CONFIG_QLA3XXX is not set
|
# CONFIG_QLA3XXX is not set
|
||||||
# CONFIG_QLCNIC is not set
|
# CONFIG_QLCNIC is not set
|
||||||
|
|
Loading…
Reference in New Issue