Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
2cfc40a8
Commit
2cfc40a8
authored
8 years ago
by
Hsing-Wang Liao
Committed by
John Crispin
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
kernel: add Chinese codepages
Signed-off-by:
Hsing-Wang Liao
<
kuoruan@gmail.com
>
parent
a4def18f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/kernel/linux/modules/nls.mk
+32
-0
32 additions, 0 deletions
package/kernel/linux/modules/nls.mk
with
32 additions
and
0 deletions
package/kernel/linux/modules/nls.mk
+
32
−
0
View file @
2cfc40a8
...
@@ -147,6 +147,38 @@ endef
...
@@ -147,6 +147,38 @@ endef
$(
eval
$(
call KernelPackage,nls-cp932
))
$(
eval
$(
call KernelPackage,nls-cp932
))
define
KernelPackage/nls-cp936
SUBMENU
:=
Native Language Support
TITLE
:=
Codepage 936
(
Simplified Chinese
)
KCONFIG
:=
CONFIG_NLS_CODEPAGE_936
FILES
:=
$(
LINUX_DIR
)
/fs/nls/nls_cp936.ko
AUTOLOAD
:=
$(
call AutoLoad,25,nls_cp936
)
$(
call
AddDepends/nls
)
endef
define
KernelPackage/nls-cp936/description
Kernel
module
for
NLS
Codepage
936
(Simplified
Chinese)
endef
$(
eval
$(
call KernelPackage,nls-cp936
))
define
KernelPackage/nls-cp950
SUBMENU
:=
Native Language Support
TITLE
:=
Codepage 950
(
Traditional Chinese
)
KCONFIG
:=
CONFIG_NLS_CODEPAGE_950
FILES
:=
$(
LINUX_DIR
)
/fs/nls/nls_cp950.ko
AUTOLOAD
:=
$(
call AutoLoad,25,nls_cp950
)
$(
call
AddDepends/nls
)
endef
define
KernelPackage/nls-cp950/description
Kernel
module
for
NLS
Codepage
950
(Traditional
Chinese)
endef
$(
eval
$(
call KernelPackage,nls-cp950
))
define
KernelPackage/nls-cp1250
define
KernelPackage/nls-cp1250
SUBMENU
:=
Native Language Support
SUBMENU
:=
Native Language Support
TITLE
:=
Codepage 1250
(
Eastern Europe
)
TITLE
:=
Codepage 1250
(
Eastern Europe
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment