forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge: change branding for LEDE to OpenWrt
- Loading branch information
1 parent
72c6b99
commit 7185e1c
Showing
50 changed files
with
111 additions
and
120 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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
_________ | ||
/ /\ _ ___ ___ ___ | ||
/ LE / \ | | | __| \| __| | ||
/ DE / \ | |__| _|| |) | _| | ||
/________/ LE \ |____|___|___/|___| lede-project.org | ||
\ \ DE / | ||
\ LE \ / ----------------------------------------------------------- | ||
\ DE \ / %N (%V, %C) | ||
\________\/ ----------------------------------------------------------- | ||
|
||
_______ ________ __ | ||
| |.-----.-----.-----.| | | |.----.| |_ | ||
| - || _ | -__| || | | || _|| _| | ||
|_______|| __|_____|__|__||________||__| |____| | ||
|__| W I R E L E S S F R E E D O M | ||
----------------------------------------------------- | ||
%D %V, %C | ||
----------------------------------------------------- |
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
config samba | ||
option 'name' 'Lede' | ||
option 'name' 'OpenWrt' | ||
option 'workgroup' 'WORKGROUP' | ||
option 'description' 'Lede' | ||
option 'description' 'OpenWrt' | ||
option 'homes' '1' | ||
|
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,23 +53,23 @@ Signed-off-by: Jo-Philipp Wich <[email protected]> | |
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
+ */ | ||
+ | ||
+//config:config NSLOOKUP_LEDE | ||
+//config: bool "nslookup_lede" | ||
+//config:config NSLOOKUP_OPENWRT | ||
+//config: bool "nslookup_openwrt" | ||
+//config: depends on !NSLOOKUP | ||
+//config: default y | ||
+//config: help | ||
+//config: nslookup is a tool to query Internet name servers (LEDE flavor). | ||
+//config: | ||
+//config:config FEATURE_NSLOOKUP_LEDE_LONG_OPTIONS | ||
+//config:config FEATURE_NSLOOKUP_OPENWRT_LONG_OPTIONS | ||
+//config: bool "Enable long options" | ||
+//config: default y | ||
+//config: depends on NSLOOKUP_LEDE && LONG_OPTS | ||
+//config: depends on NSLOOKUP_OPENWRT && LONG_OPTS | ||
+//config: help | ||
+//config: Support long options for the nslookup applet. | ||
+ | ||
+//applet:IF_NSLOOKUP_LEDE(APPLET(nslookup, BB_DIR_USR_BIN, BB_SUID_DROP)) | ||
+//applet:IF_NSLOOKUP_OPENWRT(APPLET(nslookup, BB_DIR_USR_BIN, BB_SUID_DROP)) | ||
+ | ||
+//kbuild:lib-$(CONFIG_NSLOOKUP_LEDE) += nslookup_lede.o | ||
+//kbuild:lib-$(CONFIG_NSLOOKUP_OPENWRT) += nslookup_lede.o | ||
+ | ||
+//usage:#define nslookup_lede_trivial_usage | ||
+//usage: "[HOST] [SERVER]" | ||
|
@@ -753,7 +753,7 @@ Signed-off-by: Jo-Philipp Wich <[email protected]> | |
+} | ||
+ | ||
+ | ||
+#if ENABLE_FEATURE_NSLOOKUP_LEDE_LONG_OPTIONS | ||
+#if ENABLE_FEATURE_NSLOOKUP_OPENWRT_LONG_OPTIONS | ||
+static const char nslookup_longopts[] ALIGN1 = | ||
+ "type\0" Required_argument "q" | ||
+ "querytype\0" Required_argument "q" | ||
|
@@ -778,7 +778,7 @@ Signed-off-by: Jo-Philipp Wich <[email protected]> | |
+ unsigned int types = 0; | ||
+ HEADER *header; | ||
+ | ||
+#if ENABLE_FEATURE_NSLOOKUP_LEDE_LONG_OPTIONS | ||
+#if ENABLE_FEATURE_NSLOOKUP_OPENWRT_LONG_OPTIONS | ||
+ applet_long_options = nslookup_longopts; | ||
+#endif | ||
+ | ||
|
Oops, something went wrong.