Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit 3f9b722

Browse files
committed
Customizations to support the Kebow
1 parent 0df3774 commit 3f9b722

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0
1+
1.11.0+kebow.1

linux-4.19.defconfig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ CONFIG_BLK_DEV_LOOP=y
8989
CONFIG_BLK_DEV_RAM=y
9090
CONFIG_EEPROM_AT24=m
9191
CONFIG_NETDEVICES=y
92+
CONFIG_BONDING=y
9293
CONFIG_TUN=m
9394
# CONFIG_NET_VENDOR_AMAZON is not set
9495
# CONFIG_NET_VENDOR_ARC is not set
@@ -210,7 +211,11 @@ CONFIG_SND_SIMPLE_CARD=m
210211
# CONFIG_HID_GENERIC is not set
211212
CONFIG_USB_DWC2=m
212213
CONFIG_USB_GADGET=y
213-
CONFIG_USB_ETH=y
214+
CONFIG_USB_GADGET_VBUS_DRAW=500
215+
CONFIG_USB_CONFIGFS=y
216+
CONFIG_USB_CONFIGFS_ECM=y
217+
CONFIG_USB_CONFIGFS_RNDIS=y
218+
CONFIG_USB_CONFIGFS_F_HID=y
214219
CONFIG_MMC=y
215220
CONFIG_MMC_BLOCK_MINORS=32
216221
CONFIG_MMC_BCM2835_MMC=y

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
defmodule NervesSystemRpi0.MixProject do
1+
defmodule NervesSystemKebow.MixProject do
22
use Mix.Project
33

4-
@github_organization "nerves-project"
5-
@app :nerves_system_rpi0
4+
@github_organization "ElixirSeattle"
5+
@app :nerves_system_kebow
66
@version Path.join(__DIR__, "VERSION")
77
|> File.read!()
88
|> String.trim()

0 commit comments

Comments
 (0)