mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 11:36:52 +00:00
Added lunajson package
This commit is contained in:
parent
b15431f207
commit
d79f5c5596
@ -1,2 +1,3 @@
|
|||||||
source "$BR2_EXTERNAL/package/octonet/Config.in"
|
source "$BR2_EXTERNAL/package/octonet/Config.in"
|
||||||
source "$BR2_EXTERNAL/package/octoserve/Config.in"
|
source "$BR2_EXTERNAL/package/octoserve/Config.in"
|
||||||
|
source "$BR2_EXTERNAL/package/lunajson/Config.in"
|
||||||
|
@ -44,3 +44,4 @@ BR2_PACKAGE_LUASOCKET=y
|
|||||||
BR2_TARGET_ROOTFS_TAR_BZIP2=y
|
BR2_TARGET_ROOTFS_TAR_BZIP2=y
|
||||||
BR2_PACKAGE_OCTONET=y
|
BR2_PACKAGE_OCTONET=y
|
||||||
BR2_PACKAGE_OCTOSERVE=y
|
BR2_PACKAGE_OCTOSERVE=y
|
||||||
|
BR2_PACKAGE_LUNAJSON=y
|
||||||
|
4
buildroot.octonet/package/lunajson/Config.in
Normal file
4
buildroot.octonet/package/lunajson/Config.in
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
config BR2_PACKAGE_LUNAJSON
|
||||||
|
bool "lunajson"
|
||||||
|
help
|
||||||
|
luna json
|
Loading…
x
Reference in New Issue
Block a user