mirror of https://github.com/dirtbags/moth.git
Make wopr build package
This commit is contained in:
parent
34db82d541
commit
78ad8a7466
|
@ -0,0 +1,14 @@
|
|||
WOPR_PKGDIR = $(TARGET)/wopr
|
||||
|
||||
wopr-source:
|
||||
wopr-build:
|
||||
|
||||
wopr-install: packages/wopr/tokens.txt
|
||||
mkdir -p $(WOPR_PKGDIR)
|
||||
cp packages/wopr/tokens.txt $(WOPR_PKGDIR)/
|
||||
|
||||
$(call COPYTREE, packages/wopr/www, $(WOPR_PKGDIR)/www)
|
||||
|
||||
wopr-clean:
|
||||
|
||||
PACKAGES += wopr
|
|
@ -576,6 +576,7 @@ Bb.commands = {
|
|||
Wopr = Host:new("wopr", "WOPR%")
|
||||
Wopr.history = {
|
||||
'subsys comm',
|
||||
'wopr:xopev-zihuk-hubyx',
|
||||
'exit',
|
||||
'subsys comm',
|
||||
'bb',
|
Loading…
Reference in New Issue