blob: 6ad7cf76baa86e5857f75eaadea1cb9ed45c3524 (
plain)
1
2
3
4
5
6
7
8
9
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
menu "Network device support"
source "target/waldux//config/Config.in.ethernet"
source "target/waldux//config/Config.in.wireless"
source "target/waldux//config/Config.in.bluetooth"
source "target/waldux//config/Config.in.nfc"
endmenu
|