This repository was archived by the owner on Aug 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1- 1.11.0
1+ 1.11.0+kebow.1
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ CONFIG_BLK_DEV_LOOP=y
8989CONFIG_BLK_DEV_RAM=y
9090CONFIG_EEPROM_AT24=m
9191CONFIG_NETDEVICES=y
92+ CONFIG_BONDING=y
9293CONFIG_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
211212CONFIG_USB_DWC2=m
212213CONFIG_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
214219CONFIG_MMC=y
215220CONFIG_MMC_BLOCK_MINORS=32
216221CONFIG_MMC_BCM2835_MMC=y
Original file line number Diff line number Diff line change 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 ( )
You can’t perform that action at this time.
0 commit comments