Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to master branch #1

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

39 changes: 1 addition & 38 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1 @@
This is an OpenWRT feed for the [cjdns] project.

To install cjdns on OpenWRT:

# cd ~
# svn co svn://svn.openwrt.org/openwrt/trunk/ openwrt
# cd openwrt
# cp ./feeds.conf.default ./feeds.conf
# echo 'src-git cjdns git://github.com/cjdelisle/cjdns-openwrt.git' >> ./feeds.conf
# ./scripts/feeds update -a
# ./scripts/feeds install cjdns

Then configure for your system:

# make menuconfig

Select your system type and the options you want and choose:

Network ---> Routing and Redirection ---> [*] cjdns

Then save and close the configuration menu, then allow OpenWRT to resolve dependencies:

# make defconfig

Then build:

# make

If you have a multicore processor, you can build faster using `-j`,
however the OpenWRT build process is not highly parallelized so your milage may vary.

# make -j 4

To update the version of cjdns:

# rm ./dl/cjdns-*
# ./scripts/feeds update cjdns
# make
The OpenWRT feed for [cjdns](https://github.com/cjdelisle/cjdns) now resides at [seattlemeshnet/meshbox](https://github.com/seattlemeshnet/meshbox), including proper integration with LuCI and UCI.
54 changes: 0 additions & 54 deletions cjdns/Makefile

This file was deleted.

14 changes: 0 additions & 14 deletions cjdns/patches/000-gcc-args.patch

This file was deleted.

124 changes: 0 additions & 124 deletions cjdns/plans/mipso32_plan.json

This file was deleted.

31 changes: 0 additions & 31 deletions nodejs/Makefile

This file was deleted.