You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/scripts/config
Paul Schulz 7bbd1855cd config: Change conf.c remove compiler warnings
Compiler is producing the warning:
   warning: format not a string literal and no format arguments
   [-Wformat-security]

This patch makes the format a literal string in printf statements.

This with: gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3) in Ubuntu 18.04

Signed-off-by: Paul Schulz <paul@mawsonlakes.org>
6 years ago
..
lxdialog scripts/config: sync with linux upstream 9 years ago
.gitignore scripts/config: add qconf files to .gitignore 6 years ago
Makefile build: cleanup leftover qconf files 6 years ago
README build: add new menuconfig code based on linux 3.9 11 years ago
conf.c config: Change conf.c remove compiler warnings 6 years ago
confdata.c scripts/config: sync with latest linux upstream 8 years ago
expr.c scripts/config: sync with latest linux upstream 8 years ago
expr.h scripts/config: sync with latest linux upstream 8 years ago
images.c scripts/config: import qconf 6 years ago
list.h scripts/config: sync with linux upstream 9 years ago
lkc.h scripts/config: sync with latest linux upstream 8 years ago
lkc_proto.h scripts/config: sync with latest linux upstream 8 years ago
mconf.c merge: base: update base-files and basic config 6 years ago
menu.c scripts/config: sync with latest linux upstream 8 years ago
qconf.cc scripts/config: import qconf 6 years ago
qconf.h scripts/config: import qconf 6 years ago
symbol.c scripts/config: properly handle select on symbols with unmet direct dependencies 8 years ago
util.c scripts/config: sync with latest linux upstream 8 years ago
zconf.gperf scripts/config: sync with latest linux upstream 8 years ago
zconf.hash.c_shipped scripts/config: sync with latest linux upstream 8 years ago
zconf.l scripts/config: sync with latest linux upstream 8 years ago
zconf.lex.c_shipped scripts/config: sync with linux upstream 9 years ago
zconf.tab.c_shipped scripts/config: sync with latest linux upstream 8 years ago
zconf.y scripts/config: sync with latest linux upstream 8 years ago

README

These files were taken from the Linux 3.9 Kernel
Configuration System and modified for the OpenWrt Buildroot.