Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
ffho-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Freifunk Hochstift
ffho-packages
Commits
1658c465
Commit
1658c465
authored
9 years ago
by
Michael Schwarz
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup old packages
parent
61ca722b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ffpb/ffpb-v6uplink/Makefile
+0
-36
0 additions, 36 deletions
ffpb/ffpb-v6uplink/Makefile
ffpb/ffpb-v6uplink/files/etc/uci-defaults/zzzz-ffpb-network
+0
-11
0 additions, 11 deletions
ffpb/ffpb-v6uplink/files/etc/uci-defaults/zzzz-ffpb-network
with
0 additions
and
47 deletions
ffpb/ffpb-v6uplink/Makefile
deleted
100644 → 0
+
0
−
36
View file @
61ca722b
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
ffpb-v6uplink
PKG_VERSION
:=
1
PKG_RELEASE
:=
$(
GLUON_VERSION
)
.
$(
GLUON_SITE_CODE
)
-
$(
GLUON_RELEASE
)
.
$(
GLUON_CONFIG_VERSION
)
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
include
$(INCLUDE_DIR)/package.mk
define
Package/ffpb-v6uplink
SECTION
:=
ffpb
CATEGORY
:=
ffpb
TITLE
:=
FFPB-IPv6-Uplink
DEPENDS
:=
+odhcp6c
endef
define
Package/ffpb-v6uplink/description
Give
gluon-nodes
an
ipv6
uplink
endef
define
Build/Prepare
mkdir
-p
$(PKG_BUILD_DIR)
endef
define
Build/Configure
endef
define
Build/Compile
endef
define
Package/ffpb-v6uplink/install
$(CP)
./files/*
$(1)/
endef
$(
eval
$(
call BuildPackage,ffpb-v6uplink
))
This diff is collapsed.
Click to expand it.
ffpb/ffpb-v6uplink/files/etc/uci-defaults/zzzz-ffpb-network
deleted
100755 → 0
+
0
−
11
View file @
61ca722b
#!/bin/sh
.
/lib/functions.sh
uci_set network client defaultroute
'0'
uci_remove network wan6
uci_add network interface wan6
uci_set network wan6 ifname
'@wan'
uci_set network wan6 proto
'dhcpv6'
uci_set network wan6 reqprefix
'no'
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