Skip to content
Merged
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
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,8 @@ This is an OpenWRT feed with a Linux kernel module implementing flexible NAT46.
Compiling
=========

With Barrier Breaker (trunk), add the following line to *feeds.conf.default*:
```
src-git nat46 https://github.com/ayourtch/nat46.git
```

then issue:

```
./scripts/feeds update -a
./scripts/feeds install -a -p nat46
```

This will cause the following to appear in the "make menuconfig":
Since [4856fa3](https://github.com/openwrt/openwrt/commit/4856fa30a6c6b6fca5e036a226e3e4658105d9c7)
was merged, nat46 can be built by selecting the corresponding option under:

* Kernel modules -> Network Support -> kmod-nat46

Expand Down