-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build openwrt packages with correct rundir
It turns out that the openwrt systems that I have been using to test my OpenWRT package builds (All Turris Omnia systems) appears to have had a vendor patch applied to create a symlink from "/run" to "/var/run". On a vanilla OpenWRT system, there is no "/run". Use the new configure option to set the correct run dir location. (Also deal with the OpenWRT auto conf tools being too old to include the runstatedir option) (See PR #48, #49)
- Loading branch information
1 parent
0847c26
commit dae535a
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dae535a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test is ok