From 4169124c36dfd9facc16ab082dd5b39a53e5c578 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20H=C3=B6glund?= <jonas.hoglund@embeddednation.com>
Date: Fri, 25 Jan 2019 16:45:53 +0100
Subject: [PATCH] Add config files to target feed

---
 iopsys-brcm63xx-arm/config/config            | 15 +++++++++++++++
 iopsys-brcm63xx-arm/config/dg400/config      |  4 ++++
 iopsys-brcm63xx-arm/config/dg400prime/config |  4 ++++
 iopsys-brcm63xx-arm/config/eg400/config      |  7 +++++++
 iopsys-brcm63xx-arm/config/f104/config       |  6 ++++++
 iopsys-brcm63xx-arm/config/f104w/config      |  6 ++++++
 iopsys-brcm63xx-arm/config/sdx810_rg/config  |  5 +++++
 iopsys-brcm63xx-mips/config/cg300/config     |  3 +++
 iopsys-brcm63xx-mips/config/config           | 15 +++++++++++++++
 iopsys-brcm63xx-mips/config/dg200/config     |  3 +++
 iopsys-brcm63xx-mips/config/dg200al/config   |  3 +++
 iopsys-brcm63xx-mips/config/dg301/config     |  2 ++
 iopsys-brcm63xx-mips/config/dg301al/config   |  3 +++
 iopsys-brcm63xx-mips/config/eg200/config     |  5 +++++
 iopsys-brcm63xx-mips/config/eg300/config     |  3 +++
 iopsys-brcm63xx-mips/config/vg50/config      |  4 ++++
 iopsys-ramips/config/config                  | 14 ++++++++++++++
 17 files changed, 102 insertions(+)
 create mode 100644 iopsys-brcm63xx-arm/config/config
 create mode 100644 iopsys-brcm63xx-arm/config/dg400/config
 create mode 100644 iopsys-brcm63xx-arm/config/dg400prime/config
 create mode 100644 iopsys-brcm63xx-arm/config/eg400/config
 create mode 100644 iopsys-brcm63xx-arm/config/f104/config
 create mode 100644 iopsys-brcm63xx-arm/config/f104w/config
 create mode 100644 iopsys-brcm63xx-arm/config/sdx810_rg/config
 create mode 100644 iopsys-brcm63xx-mips/config/cg300/config
 create mode 100644 iopsys-brcm63xx-mips/config/config
 create mode 100644 iopsys-brcm63xx-mips/config/dg200/config
 create mode 100644 iopsys-brcm63xx-mips/config/dg200al/config
 create mode 100644 iopsys-brcm63xx-mips/config/dg301/config
 create mode 100644 iopsys-brcm63xx-mips/config/dg301al/config
 create mode 100644 iopsys-brcm63xx-mips/config/eg200/config
 create mode 100644 iopsys-brcm63xx-mips/config/eg300/config
 create mode 100644 iopsys-brcm63xx-mips/config/vg50/config
 create mode 100644 iopsys-ramips/config/config

diff --git a/iopsys-brcm63xx-arm/config/config b/iopsys-brcm63xx-arm/config/config
new file mode 100644
index 000000000..112f2b8a6
--- /dev/null
+++ b/iopsys-brcm63xx-arm/config/config
@@ -0,0 +1,15 @@
+# CONFIG_PACKAGE_libcgroup-daemon is not set
+# CONFIG_PACKAGE_libcgroup is not set
+
+# CONFIG_PACKAGE_juci-broadcom-wl is not set
+# CONFIG_PACKAGE_juci-minisnmpd is not set
+# CONFIG_PACKAGE_juci-router-openwrt is not set
+# CONFIG_PACKAGE_speedsvc is not set
+
+# CONFIG_juci_broadcom_wl is not set
+# CONFIG_juci_minisnmpd is not set
+# CONFIG_juci_router_openwrt is not set
+
+# CONFIG_PACKAGE_brcminfo is not set
+CONFIG_PACKAGE_brcm_fw_tool=y
+
diff --git a/iopsys-brcm63xx-arm/config/dg400/config b/iopsys-brcm63xx-arm/config/dg400/config
new file mode 100644
index 000000000..b0190a5cf
--- /dev/null
+++ b/iopsys-brcm63xx-arm/config/dg400/config
@@ -0,0 +1,4 @@
+
+# Disable kernel internal Dect. External Dect can still operate.
+CONFIG_TARGET_NO_DECT=y
+
diff --git a/iopsys-brcm63xx-arm/config/dg400prime/config b/iopsys-brcm63xx-arm/config/dg400prime/config
new file mode 100644
index 000000000..b0190a5cf
--- /dev/null
+++ b/iopsys-brcm63xx-arm/config/dg400prime/config
@@ -0,0 +1,4 @@
+
+# Disable kernel internal Dect. External Dect can still operate.
+CONFIG_TARGET_NO_DECT=y
+
diff --git a/iopsys-brcm63xx-arm/config/eg400/config b/iopsys-brcm63xx-arm/config/eg400/config
new file mode 100644
index 000000000..5e9a7fe45
--- /dev/null
+++ b/iopsys-brcm63xx-arm/config/eg400/config
@@ -0,0 +1,7 @@
+CONFIG_BCM_I2C=y
+
+# Disable kernel internal Dect. External Dect can still operate.
+CONFIG_TARGET_NO_DECT=y
+
+CONFIG_TARGET_NO_DSL=y
+
diff --git a/iopsys-brcm63xx-arm/config/f104/config b/iopsys-brcm63xx-arm/config/f104/config
new file mode 100644
index 000000000..bebbceca2
--- /dev/null
+++ b/iopsys-brcm63xx-arm/config/f104/config
@@ -0,0 +1,6 @@
+
+# Disable kernel internal Dect. External Dect can still operate.
+CONFIG_TARGET_NO_DECT=y
+
+CONFIG_USE_DSL=y
+CONFIG_TARGET_DSL_GFAST=y
diff --git a/iopsys-brcm63xx-arm/config/f104w/config b/iopsys-brcm63xx-arm/config/f104w/config
new file mode 100644
index 000000000..bebbceca2
--- /dev/null
+++ b/iopsys-brcm63xx-arm/config/f104w/config
@@ -0,0 +1,6 @@
+
+# Disable kernel internal Dect. External Dect can still operate.
+CONFIG_TARGET_NO_DECT=y
+
+CONFIG_USE_DSL=y
+CONFIG_TARGET_DSL_GFAST=y
diff --git a/iopsys-brcm63xx-arm/config/sdx810_rg/config b/iopsys-brcm63xx-arm/config/sdx810_rg/config
new file mode 100644
index 000000000..c62072012
--- /dev/null
+++ b/iopsys-brcm63xx-arm/config/sdx810_rg/config
@@ -0,0 +1,5 @@
+
+# Disable kernel internal Dect. External Dect can still operate.
+CONFIG_TARGET_NO_DECT=y
+
+CONFIG_TARGET_NO_DSL=y
diff --git a/iopsys-brcm63xx-mips/config/cg300/config b/iopsys-brcm63xx-mips/config/cg300/config
new file mode 100644
index 000000000..822f85010
--- /dev/null
+++ b/iopsys-brcm63xx-mips/config/cg300/config
@@ -0,0 +1,3 @@
+CONFIG_TARGET_NO_DSL=y
+CONFIG_BCM_I2C=y
+
diff --git a/iopsys-brcm63xx-mips/config/config b/iopsys-brcm63xx-mips/config/config
new file mode 100644
index 000000000..112f2b8a6
--- /dev/null
+++ b/iopsys-brcm63xx-mips/config/config
@@ -0,0 +1,15 @@
+# CONFIG_PACKAGE_libcgroup-daemon is not set
+# CONFIG_PACKAGE_libcgroup is not set
+
+# CONFIG_PACKAGE_juci-broadcom-wl is not set
+# CONFIG_PACKAGE_juci-minisnmpd is not set
+# CONFIG_PACKAGE_juci-router-openwrt is not set
+# CONFIG_PACKAGE_speedsvc is not set
+
+# CONFIG_juci_broadcom_wl is not set
+# CONFIG_juci_minisnmpd is not set
+# CONFIG_juci_router_openwrt is not set
+
+# CONFIG_PACKAGE_brcminfo is not set
+CONFIG_PACKAGE_brcm_fw_tool=y
+
diff --git a/iopsys-brcm63xx-mips/config/dg200/config b/iopsys-brcm63xx-mips/config/dg200/config
new file mode 100644
index 000000000..0ac73fe8b
--- /dev/null
+++ b/iopsys-brcm63xx-mips/config/dg200/config
@@ -0,0 +1,3 @@
+CONFIG_BCM_I2C=y
+CONFIG_TARGET_NO_DECT=y
+
diff --git a/iopsys-brcm63xx-mips/config/dg200al/config b/iopsys-brcm63xx-mips/config/dg200al/config
new file mode 100644
index 000000000..edd8d5242
--- /dev/null
+++ b/iopsys-brcm63xx-mips/config/dg200al/config
@@ -0,0 +1,3 @@
+CONFIG_TARGET_NO_VOICE=y
+CONFIG_BCM_I2C=y
+
diff --git a/iopsys-brcm63xx-mips/config/dg301/config b/iopsys-brcm63xx-mips/config/dg301/config
new file mode 100644
index 000000000..4a20857e5
--- /dev/null
+++ b/iopsys-brcm63xx-mips/config/dg301/config
@@ -0,0 +1,2 @@
+CONFIG_BCM_I2C=y
+
diff --git a/iopsys-brcm63xx-mips/config/dg301al/config b/iopsys-brcm63xx-mips/config/dg301al/config
new file mode 100644
index 000000000..edd8d5242
--- /dev/null
+++ b/iopsys-brcm63xx-mips/config/dg301al/config
@@ -0,0 +1,3 @@
+CONFIG_TARGET_NO_VOICE=y
+CONFIG_BCM_I2C=y
+
diff --git a/iopsys-brcm63xx-mips/config/eg200/config b/iopsys-brcm63xx-mips/config/eg200/config
new file mode 100644
index 000000000..4aea0a584
--- /dev/null
+++ b/iopsys-brcm63xx-mips/config/eg200/config
@@ -0,0 +1,5 @@
+CONFIG_BCM_I2C=y
+CONFIG_TARGET_NO_DECT=y
+CONFIG_TARGET_NO_DSL=y
+CONFIG_BCM_ENDPOINT_MODULE=y
+
diff --git a/iopsys-brcm63xx-mips/config/eg300/config b/iopsys-brcm63xx-mips/config/eg300/config
new file mode 100644
index 000000000..822f85010
--- /dev/null
+++ b/iopsys-brcm63xx-mips/config/eg300/config
@@ -0,0 +1,3 @@
+CONFIG_TARGET_NO_DSL=y
+CONFIG_BCM_I2C=y
+
diff --git a/iopsys-brcm63xx-mips/config/vg50/config b/iopsys-brcm63xx-mips/config/vg50/config
new file mode 100644
index 000000000..b78eb8899
--- /dev/null
+++ b/iopsys-brcm63xx-mips/config/vg50/config
@@ -0,0 +1,4 @@
+CONFIG_TARGET_NO_DHD=y
+CONFIG_TARGET_NO_VOICE=y
+CONFIG_BCM_I2C=y
+
diff --git a/iopsys-ramips/config/config b/iopsys-ramips/config/config
new file mode 100644
index 000000000..1e601d208
--- /dev/null
+++ b/iopsys-ramips/config/config
@@ -0,0 +1,14 @@
+# CONFIG_PACKAGE_libcgroup-daemon is not set
+# CONFIG_PACKAGE_libcgroup is not set
+# CONFIG_PACKAGE_power-management is not set
+# CONFIG_PACKAGE_qos-scripts is not set
+# CONFIG_PACKAGE_mtd-utils-deubinize is not set
+# CONFIG_PACKAGE_mtd-utils-imagewrite is not set
+# CONFIG_PACKAGE_mtd-utils-mkfs.jffs2 is not set
+# CONFIG_PACKAGE_mtd-utils-nanddump is not set
+CONFIG_PACKAGE_mtd-utils-nandwrite=y
+CONFIG_PACKAGE_mtk-bndstrg=y
+CONFIG_PACKAGE_igmpproxy=y
+CONFIG_PACKAGE_kmod-nf-nathelper=y
+CONFIG_PACKAGE_kmod-nf-nathelper-extra=y
+# CONFIG_PACKAGE_endptmngr is not set
-- 
GitLab